From 531f073420216464651fd7a099c3240f67bd8cf8 Mon Sep 17 00:00:00 2001 From: Nicolas Drebenstedt Date: Thu, 29 Feb 2024 16:31:27 +0100 Subject: [PATCH] Hotfix/repair raw escaping --- mex-{{ cookiecutter.project_name }}/.github/dependabot.yml | 4 ++-- .../.github/workflows/open-code.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mex-{{ cookiecutter.project_name }}/.github/dependabot.yml b/mex-{{ cookiecutter.project_name }}/.github/dependabot.yml index 929f9f8..9d48bd3 100644 --- a/mex-{{ cookiecutter.project_name }}/.github/dependabot.yml +++ b/mex-{{ cookiecutter.project_name }}/.github/dependabot.yml @@ -4,7 +4,7 @@ updates: allow: - dependency-type: "all" assignees: - - ${{secrets.MEX_BOT_USER}} + {% raw %}- ${{secrets.MEX_BOT_USER}}{% endraw %} directory: "/" labels: - "dependabot" @@ -15,7 +15,7 @@ updates: allow: - dependency-type: "all" assignees: - - ${{secrets.MEX_BOT_USER}} + {% raw %}- ${{secrets.MEX_BOT_USER}}{% endraw %} directory: "/" labels: - "dependabot" diff --git a/mex-{{ cookiecutter.project_name }}/.github/workflows/open-code.yml b/mex-{{ cookiecutter.project_name }}/.github/workflows/open-code.yml index a609084..b39427b 100644 --- a/mex-{{ cookiecutter.project_name }}/.github/workflows/open-code.yml +++ b/mex-{{ cookiecutter.project_name }}/.github/workflows/open-code.yml @@ -18,6 +18,6 @@ jobs: fetch-depth: 0 - name: Push main branch run: | - git remote add opencode {% raw %}https://${{ secrets.OPENCODE_USER }}:${{ secrets.OPENCODE_TOKEN }}@gitlab.opencode.de{% endraw %}/robert-koch-institut/mex/mex-{{ cookiecutter.project_name }}.git + {% raw %}git remote add opencode https://${{ secrets.OPENCODE_USER }}:${{ secrets.OPENCODE_TOKEN }}@gitlab.opencode.de/robert-koch-institut/mex/mex-{{ cookiecutter.project_name }}.git{% endraw %} git push opencode -f git push opencode -f --tags