Skip to content

Commit

Permalink
fix: force push in update-argocd-metadata.yml (#1010)
Browse files Browse the repository at this point in the history
Apparently there can be inconsistency causing failure

We should simply force push to ignore that inconsistency
  • Loading branch information
corneliusroemer authored Feb 13, 2024
1 parent d53c9b5 commit 8f0d474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-argocd-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
git config --global user.email 'bot@loculus.org'
git add config.json
git commit -m "Update config.json"
git push
git push --force

0 comments on commit 8f0d474

Please sign in to comment.