Skip to content

Commit

Permalink
Hotfix/paritally revert 531f073
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Drebenstedt <[email protected]>
  • Loading branch information
cutoffthetop authored Mar 1, 2024
1 parent 531f073 commit bd0e3bf
Showing 1 changed file with 1 addition and 1 deletion.
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: |
{% 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

0 comments on commit bd0e3bf

Please sign in to comment.