Skip to content

Commit 7d59bd5

Browse files
committed
Remove dead env var
1 parent 434150a commit 7d59bd5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/merge_pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ jobs:
6262
id: merge
6363
env:
6464
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)
6665
PR_SHA: ${{ github.event.pull_request.head.sha }}
6766
PR_REF: ${{ github.event.pull_request.head.ref }}
6867
PR_REPO_URL: ${{ github.event.pull_request.head.repo.clone_url }}

0 commit comments

Comments
 (0)