Skip to content

Commit

Permalink
Use original run's name not id.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Apr 10, 2024
1 parent 83d68dd commit 1e600b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
permissions:
checks: write

run-name: ${{ github.event.workflow_run.id }} (Process Test Results)
run-name: ${{ github.event.workflow_run.name }} (Process Test Results)

jobs:
report:
Expand Down

0 comments on commit 1e600b5

Please sign in to comment.