Skip to content

Commit

Permalink
Fix embedded go braces
Browse files Browse the repository at this point in the history
  • Loading branch information
cmmarslender committed Aug 30, 2024
1 parent c941451 commit ac4fa06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/check-commit-signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- "**"

concurrency:
group: ${{ github.event_name == 'pull_request' && format('{0}-{1}', github.workflow_ref, github.event.pull_request.number) || github.run_id }}
group: ${{`{{ github.event_name == 'pull_request' && format('{0}-{1}', github.workflow_ref, github.event.pull_request.number) || github.run_id }}`}}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit ac4fa06

Please sign in to comment.