Skip to content

Commit

Permalink
chore: Fix artifact lookup in soak comment workflow (#11632)
Browse files Browse the repository at this point in the history
Someday I'll get it right.

Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko authored Mar 1, 2022
1 parent 635ddcc commit 27918cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/soak_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
id: read-analysis
uses: juliangruber/read-file-action@v1
with:
path: /tmp/${{ github.event.workflow_run.run_id }}-${{ github.event.workflow_run.run_attempt }}-analysis
path: /tmp/${{ github.event.workflow_run.id }}-${{ github.event.workflow_run.run_attempt }}-analysis

- name: Post Results To PR
uses: peter-evans/create-or-update-comment@v1
Expand Down

0 comments on commit 27918cd

Please sign in to comment.