Skip to content

Commit

Permalink
Adding raw tag around github substitutions in the application GitHub …
Browse files Browse the repository at this point in the history
…Action CI/CD workflow.
  • Loading branch information
adrianwebb committed Aug 26, 2024
1 parent e16e7ad commit a157684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/.github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
branches: ['main']

concurrency:
group: ${{ github.head_ref || github.run_id }}
group: {% raw %}${{ github.head_ref || github.run_id }}{% endraw %}
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit a157684

Please sign in to comment.