Skip to content

Commit

Permalink
fix: e2e test results processing change key name to run-id (argoproj#…
Browse files Browse the repository at this point in the history
…3744)

fix key name to run-id

Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller authored and nikoshet committed Jul 25, 2024
1 parent 4ee0592 commit 4a9ce68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-results.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Download and Extract Artifacts
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
run_id: ${{ github.event.workflow_run.id }}
run-id: ${{ github.event.workflow_run.id }}
path: artifacts

- name: Publish Test Results
Expand Down

0 comments on commit 4a9ce68

Please sign in to comment.