Skip to content

Commit

Permalink
main -> master
Browse files Browse the repository at this point in the history
  • Loading branch information
FuzzySecurity committed Dec 6, 2022
1 parent 141885a commit 7850803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ jobs:
git config --local user.name "github-actions[bot]"
git commit -a -m "[AutoUpdate] v${{ needs.update.outputs.FERMION_TAG }}"
git push origin main
git push origin master
if [[ "$preserve_branch" == "1" ]]; then
git push -f origin before_auto_update
Expand Down

0 comments on commit 7850803

Please sign in to comment.