Merge pull request properly

This commit is contained in:
Yair Morgenstern
2023-11-28 11:38:15 +02:00
parent dbdabbaede
commit b0e67376c6

View File

@ -44,7 +44,7 @@ jobs:
uses: juliangruber/merge-pull-request-action@v1
with:
github-token: ${{ secrets.ACTIONS_ACCESS_TOKEN }}
number: 1
number: ${{ github.event.issue.number }}
method: squash
repo: juliangruber/octokit-action