Skip to content

Commit

Permalink
Merge pull request #905 from farcaster-project/revert-902-ci/fix-wiki…
Browse files Browse the repository at this point in the history
…-sync

Revert "Ci: fix wiki branch"
  • Loading branch information
h4sh3d authored Dec 28, 2022
2 parents ac39fd8 + 298564e commit 3f2bdbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v3
with:
token: ${{ secrets.DOC_SYNC_TOKEN }} # allows us to push back to repo
ref: master
ref: main
- name: Sync Wiki to Docs
uses: newrelic/wiki-sync-action@main
with:
Expand All @@ -47,4 +47,4 @@ jobs:
token: ${{ secrets.DOC_SYNC_TOKEN }}
gitAuthorName: ${{ env.GIT_AUTHOR_NAME }}
gitAuthorEmail: ${{ env.GIT_AUTHOR_EMAIL }}
branch: master
branch: main

0 comments on commit 3f2bdbe

Please sign in to comment.