We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e6393 commit 5fa7666Copy full SHA for 5fa7666
1 file changed
.github/workflows/integration-tests.yml
@@ -17,17 +17,17 @@ jobs:
17
python-version: ["3.13"]
18
19
steps:
20
- - name: Checkout Language SDK (this PR)
21
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
22
- with:
23
- path: language-sdk
24
-
25
- name: Parse testing SDK branch from PR body
26
id: parse
27
run: python ops/parse_sdk_branch.py
28
env:
29
PR_BODY: ${{ github.event.pull_request.body }}
30
+ - name: Checkout Language SDK (this PR)
+ uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ with:
+ path: language-sdk
+
31
- name: Checkout Testing SDK
32
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33
with:
0 commit comments