Skip to content

Commit

Permalink
Fix runic reference commit: main, not master (#2275)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwe authored Jan 19, 2025
1 parent 9406ed8 commit ccb4f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Run Runic
run: |
set +e
git runic origin/master
git runic origin/main
[ $? -eq 2 ] && exit 1 || exit 0
- name: Suggest changes
Expand Down

0 comments on commit ccb4f68

Please sign in to comment.