File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,17 +17,17 @@ jobs:
1717 python-version : ["3.13"]
1818
1919 steps :
20- - name : Parse testing SDK branch from PR body
21- id : parse
22- run : python ops/parse_sdk_branch.py
23- env :
24- PR_BODY : ${{ github.event.pull_request.body }}
25-
2620 - name : Checkout Language SDK (this PR)
2721 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2822 with :
2923 path : language-sdk
3024
25+ - name : Parse testing SDK branch from PR body
26+ id : parse
27+ run : python language-sdk/ops/parse_sdk_branch.py
28+ env :
29+ PR_BODY : ${{ github.event.pull_request.body }}
30+
3131 - name : Checkout Testing SDK
3232 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333 with :
7373
7474 - name : Parse testing SDK branch from PR body
7575 id : parse
76- run : python ops/parse_sdk_branch.py
76+ run : python language-sdk/ ops/parse_sdk_branch.py
7777 env :
7878 PR_BODY : ${{ github.event.pull_request.body }}
7979
You can’t perform that action at this time.
0 commit comments