Skip to content

Commit

Permalink
chore(action): Check out the branch of the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
akirak committed May 7, 2022
1 parent c498c4c commit 838c749
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ jobs:
run: |
git config --local user.email 6270544+github-actions[bot]@users.noreply.github.com
git config --local user.name github-actions[bot]
git checkout -b ${{ github.ref_name }} ${{ github.sha }}
git commit -m 'Re-generate extra documentation formats' -- doc
git push

0 comments on commit 838c749

Please sign in to comment.