We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5506b9b commit 5a811aaCopy full SHA for 5a811aa
.github/workflows/ci.yml
@@ -205,7 +205,7 @@ jobs:
205
}
206
env:
207
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_API_KEY }}
208
- 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 }}
209
210
- name: Run AWS Commands
211
run: |
0 commit comments