Skip to content

Commit

Permalink
Update action-wiki-sync to use 'master' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Sep 24, 2024
1 parent dfa7b3a commit 4fc0b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/copy-readme-to-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
mkdir -p wiki
cp README.md wiki/
- name: Sync Wiki
uses: joeizzard/action-wiki-sync@main
uses: joeizzard/action-wiki-sync@master
with:
username: example
access_token: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 4fc0b31

Please sign in to comment.