Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cutoffthetop committed Mar 4, 2024
2 parents 82b9739 + bd0e3bf commit 77ce51f
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 77ce51f

Please sign in to comment.