We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434150a commit 7d59bd5Copy full SHA for 7d59bd5
1 file changed
.github/workflows/merge_pr.yml
@@ -62,7 +62,6 @@ jobs:
62
id: merge
63
env:
64
PR_NUMBER: ${{ github.event.pull_request.number }}
65
- PR_FIRST_SHA: $(git log --reverse --format=%H ${{ github.event.pull_request.base.sha }}..${{ github.event.pull_request.head.sha }} | head -n1)
66
PR_SHA: ${{ github.event.pull_request.head.sha }}
67
PR_REF: ${{ github.event.pull_request.head.ref }}
68
PR_REPO_URL: ${{ github.event.pull_request.head.repo.clone_url }}
0 commit comments