Skip to content

Commit

Permalink
Change the wiki branch
Browse files Browse the repository at this point in the history
  • Loading branch information
hsinhaoHHuang committed Apr 26, 2024
1 parent f2ae5b4 commit 690fa41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bi-directional_wiki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Documentation
on:
push:
branches:
- branch_for_wiki
- test_for_wiki
paths:
- "wiki_docs/**"
repository_dispatch:
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
uses: actions/checkout@v2
with:
token: ${{ secrets.TOKEN_FOR_WIKI }} # allows us to push back to repo
ref: branch_for_wiki
ref: test_for_wiki
- name: Sync Wiki to Docs
uses: newrelic/wiki-sync-action@main
with:
Expand All @@ -48,4 +48,4 @@ jobs:
token: ${{ secrets.TOKEN_FOR_WIKI }}
gitAuthorName: ${{ env.GIT_AUTHOR_NAME }}
gitAuthorEmail: ${{ env.GIT_AUTHOR_EMAIL }}
branch: branch_for_wiki
branch: test_for_wiki

0 comments on commit 690fa41

Please sign in to comment.