Skip to content

Commit

Permalink
Updated name of the test report workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
droyad committed Jul 20, 2024
1 parent d656742 commit 49da633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Test Report
run-name: Generate Test Report for workflow ${{ github.event.workflow_run.name }} run ${{ github.event.workflow_run.run_number }} branch ${{ github.event.workflow_run.head_branch }}
run-name: Generate Test Report for run `${{ github.event.workflow_run.run_number }}` branch `${{ github.event.workflow_run.head_branch }}`

on:
workflow_run:
Expand Down

0 comments on commit 49da633

Please sign in to comment.