Skip to content

Commit f7b66fb

Browse files
committed
Update action-wiki-sync to use 'master' branch and update workflow to copy README to Wiki with new username
1 parent f2700b2 commit f7b66fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/copy-readme-to-wiki.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
- name: Sync Wiki
1919
uses: joeizzard/action-wiki-sync@master
2020
with:
21-
username: JulianPrieber
21+
username: LinkStackOrg
2222
access_token: ${{ secrets.GH_TOKEN }}
2323
wiki_folder: wiki
24-
commit_username: 'Julian Prieber'
24+
commit_username: 'JulianPrieber'
2525
commit_email: '[email protected]'
2626
commit_message: 'action: wiki sync'

0 commit comments

Comments
 (0)