Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandertv committed Nov 23, 2024
2 parents 037ac4b + 0802446 commit 5b8730c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
path: ./mirror

- name: Checkout wiki repository
uses: actions/checkout@master
uses: actions/checkout@main
with:
repository: df-mc/dragonfly.wiki
ref: refs/heads/master
token: ${{ secrets.ACTIONS_SECRET }}
path: ./wiki

Expand All @@ -32,6 +33,8 @@ jobs:
cp -a mirror/. wiki
- name: Push changes
with:
token: ${{ secrets.ACTIONS_SECRET }}
run: |
cd wiki
if ! git diff --exit-code --quiet; then
Expand Down

0 comments on commit 5b8730c

Please sign in to comment.