1
0
Fork 0
mirror of https://github.com/ipfs/awesome-ipfs.git synced 2024-11-20 11:28:35 -05:00

adjust branch used by github-push-action

This commit is contained in:
Russell Dempsey 2022-09-13 19:22:23 -07:00
parent e6877f2103
commit 3866414d35

View file

@ -31,6 +31,7 @@ jobs:
if: success()
uses: ad-m/github-push-action@v0.6.0
with:
branch: ${{ github.event.pull_request.head.ref }}
github_token: ${{ secrets.GITHUB_TOKEN }}
run-danger:
runs-on: ubuntu-latest