Skip to content

Commit

Permalink
Fix one overzealous rename of master to main -- the wiki relies on a
Browse files Browse the repository at this point in the history
master branch still
  • Loading branch information
balacij committed Jun 13, 2024
1 parent 2910224 commit 4a4b8e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
git add .
if [ -n "$(git status --porcelain)" ]; then
git commit -m "Update wiki content at ${{ github.sha }}"
git push origin main
git push origin master
else
echo "No changes to commit"
fi

0 comments on commit 4a4b8e4

Please sign in to comment.