We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c941451 commit cfa5595Copy full SHA for cfa5595
templates/check-commit-signing.yml
@@ -11,7 +11,7 @@ on:
11
- "**"
12
13
concurrency:
14
- 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 }}`}}
15
cancel-in-progress: true
16
17
jobs:
0 commit comments