From bd0e3bf51cb5d37695911e65fa2ae378d93866d1 Mon Sep 17 00:00:00 2001 From: Nicolas Drebenstedt Date: Fri, 1 Mar 2024 15:34:08 +0100 Subject: [PATCH] Hotfix/paritally revert 531f073 Signed-off-by: Nicolas Drebenstedt --- .../.github/workflows/open-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mex-{{ cookiecutter.project_name }}/.github/workflows/open-code.yml b/mex-{{ cookiecutter.project_name }}/.github/workflows/open-code.yml index b39427b..986cd44 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: | - {% 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 remote add opencode https://{% raw %}${{ secrets.OPENCODE_USER }}:${{ secrets.OPENCODE_TOKEN }}{% endraw %}@gitlab.opencode.de/robert-koch-institut/mex/mex-{{ cookiecutter.project_name }}.git git push opencode -f git push opencode -f --tags