From a157684462f3e15dfe396ef3810351c40493f7a3 Mon Sep 17 00:00:00 2001 From: Adrian Webb Date: Mon, 26 Aug 2024 16:57:57 -0400 Subject: [PATCH] Adding raw tag around github substitutions in the application GitHub Action CI/CD workflow. --- {{cookiecutter.project_slug}}/.github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/.github/workflows/cicd.yml b/{{cookiecutter.project_slug}}/.github/workflows/cicd.yml index f12e7ae..e44172c 100644 --- a/{{cookiecutter.project_slug}}/.github/workflows/cicd.yml +++ b/{{cookiecutter.project_slug}}/.github/workflows/cicd.yml @@ -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: