From ef271cc18baa625e912984b66925ebf74aa9f39c Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 1 Feb 2024 21:04:24 +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 2184df8..8f40762 100644 --- a/release/action.yaml +++ b/release/action.yaml @@ -45,7 +45,7 @@ runs: - uses: 8BitJonny/gh-get-current-pr@3.0.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