mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-03-12 18:07:10 -04:00
use correct ref
This commit is contained in:
2
.github/workflows/tests-integ.yml
vendored
2
.github/workflows/tests-integ.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
ref: ${{ github.ref_name }}
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
persist-credentials: false
|
||||
- name: Package
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user