Skip to content

Commit

Permalink
fix repository path
Browse files Browse the repository at this point in the history
  • Loading branch information
cutoffthetop committed Jan 18, 2024
1 parent 72f6d36 commit 9da642b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/open-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
ref: 'main'
- name: Force push main branch
run: |
git remote add opencode https://RKIOpenData:${{ secrets.OPENCODE_TOKEN }}@gitlab.opencode.de/mex/mex-common.git
git remote add opencode https://RKIOpenData:${{ secrets.OPENCODE_TOKEN }}@gitlab.opencode.de/robert-koch-institut/mex/mex-common.git
git push opencode -f
git push opencode -f --tags

0 comments on commit 9da642b

Please sign in to comment.