From 8e283c3779f178fbea3e6cc16317b85d6f70dcd9 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 1 Feb 2024 21:04:03 +0000 Subject: [PATCH] fix(release): ensure it works when run on PRs --- release/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release/action.yaml b/release/action.yaml index 248fccf..ef9c13b 100644 --- a/release/action.yaml +++ b/release/action.yaml @@ -92,7 +92,7 @@ runs: - uses: 8BitJonny/gh-get-current-pr@2.2.0 id: PR with: - sha: ${{ steps.source-vars.outputs.sha }} + sha: ${{ github.event.pull_request.head.sha }} - name: Branches configuration id: branches-configuration shell: bash