We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427297c commit 78cf465Copy full SHA for 78cf465
.github/workflows/deploy.yml
@@ -6,7 +6,7 @@ on:
6
workflow_dispatch:
7
8
concurrency:
9
- group: deploy-${{github.workflow}}-${{github.ref_name}}
+ group: ${{format('deploy-{0}-{1}', github.workflow, github.ref_name)}}
10
cancel-in-progress: true
11
12
permissions:
0 commit comments