Skip to content

Commit cfa5595

Browse files
authored
Fix embedded go braces (#27)
1 parent c941451 commit cfa5595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/check-commit-signing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- "**"
1212

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

1717
jobs:

0 commit comments

Comments
 (0)