Skip to content

Commit f45e219

Browse files
committed
workflows/push.yml: Try to specify ref, master this time.
1 parent 0384f05 commit f45e219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@main
1818
with:
1919
repository: df-mc/dragonfly.wiki
20-
ref: refs/heads/main
20+
ref: refs/heads/master
2121
token: ${{ secrets.ACTIONS_SECRET }}
2222
path: ./wiki
2323

0 commit comments

Comments
 (0)