Skip to content

Commit 88fae69

Browse files
authored
Fix runic reference commit: main, not master
1 parent 9406ed8 commit 88fae69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Run Runic
4343
run: |
4444
set +e
45-
git runic origin/master
45+
git runic origin/main
4646
[ $? -eq 2 ] && exit 1 || exit 0
4747
4848
- name: Suggest changes

0 commit comments

Comments
 (0)