From e378e17be918f2936b2f039e69438421cf164288 Mon Sep 17 00:00:00 2001 From: Stefanie Plieschnegger Date: Tue, 27 Jan 2026 09:38:21 +0100 Subject: [PATCH] fix usage of GH_ACTION_VERSION by referencing pull_request.head.sha --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd20e79..45b5d5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -205,7 +205,7 @@ jobs: } env: LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_API_KEY }} - GH_ACTION_VERSION: ${{ github.event_name == 'pull_request' && github.head_ref || github.ref_name }} + GH_ACTION_VERSION: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.ref_name }} - name: Run AWS Commands run: |