Skip to content

Commit 2611ecc

Browse files
authored
Update qase-proper-setup.yml
1 parent 5729a2e commit 2611ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qase-proper-setup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
create-test-run:
1616
runs-on: ubuntu-latest
1717
outputs:
18-
run-id: ${{ steps.create-run.outputs.run-id }}
18+
run-id: ${{ steps.create-run.outputs.id }}
1919
steps:
2020
- name: Create a Qase test run
2121
uses: qase-tms/gh-actions/run-create@v1
@@ -75,7 +75,7 @@ jobs:
7575
QASE_MODE: testops
7676
QASE_TESTOPS_API_TOKEN: ${{ secrets.QASE_TESTOPS_API_TOKEN }}
7777
QASE_TESTOPS_PROJECT: ${{ vars.QASE_TESTOPS_PROJECT }}
78-
QASE_TESTOPS_RUN_ID: ${{ needs.create-test-run.outputs.id }}
78+
QASE_TESTOPS_RUN_ID: ${{ needs.create-test-run.outputs.run-id }}
7979
QASE_TESTOPS_RUN_COMPLETE: false # Don't complete the run after each shard
8080

8181
- name: Upload test results

0 commit comments

Comments
 (0)