Skip to content

Commit

Permalink
Hotfix/repair raw escaping
Browse files Browse the repository at this point in the history
  • Loading branch information
cutoffthetop committed Feb 29, 2024
1 parent a875bf2 commit 531f073
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mex-{{ cookiecutter.project_name }}/.github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
allow:
- dependency-type: "all"
assignees:
- ${{secrets.MEX_BOT_USER}}
{% raw %}- ${{secrets.MEX_BOT_USER}}{% endraw %}
directory: "/"
labels:
- "dependabot"
Expand All @@ -15,7 +15,7 @@ updates:
allow:
- dependency-type: "all"
assignees:
- ${{secrets.MEX_BOT_USER}}
{% raw %}- ${{secrets.MEX_BOT_USER}}{% endraw %}
directory: "/"
labels:
- "dependabot"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 531f073

Please sign in to comment.