Skip to content

Commit 3f2bdbe

Browse files
authored
Merge pull request #905 from farcaster-project/revert-902-ci/fix-wiki-sync
Revert "Ci: fix wiki branch"
2 parents ac39fd8 + 298564e commit 3f2bdbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v3
3939
with:
4040
token: ${{ secrets.DOC_SYNC_TOKEN }} # allows us to push back to repo
41-
ref: master
41+
ref: main
4242
- name: Sync Wiki to Docs
4343
uses: newrelic/wiki-sync-action@main
4444
with:
@@ -47,4 +47,4 @@ jobs:
4747
token: ${{ secrets.DOC_SYNC_TOKEN }}
4848
gitAuthorName: ${{ env.GIT_AUTHOR_NAME }}
4949
gitAuthorEmail: ${{ env.GIT_AUTHOR_EMAIL }}
50-
branch: master
50+
branch: main

0 commit comments

Comments
 (0)