1
0
Fork 0
mirror of https://github.com/ipfs/awesome-ipfs.git synced 2025-02-10 15:46:39 -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() if: success()
uses: ad-m/github-push-action@v0.6.0 uses: ad-m/github-push-action@v0.6.0
with: with:
branch: ${{ github.event.pull_request.head.ref }}
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}
run-danger: run-danger:
runs-on: ubuntu-latest runs-on: ubuntu-latest