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:
parent
e6877f2103
commit
3866414d35
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pull_requests.yml
vendored
1
.github/workflows/pull_requests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue