Skip to content

Commit

Permalink
Use format function
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed May 23, 2024
1 parent 37c7832 commit a1eaa3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches:
- 'main'

run-name: Run acceptance tests::Ref=${{ github.event_name == 'pull_request' && 'PR ' + github.ref_name || inputs.test-ref }}
run-name: Run acceptance tests::Ref=${{ github.event_name == 'pull_request' && format('PR {0}', github.ref_name) || inputs.test-ref }}

env:
TIMEOUT_LENGTH: 120000
Expand Down

0 comments on commit a1eaa3c

Please sign in to comment.