mirror of
https://github.com/aws-actions/configure-aws-credentials.git
synced 2026-06-09 03:17:05 +00:00
use correct ref
This commit is contained in:
parent
a2e38048be
commit
e179430bce
1 changed files with 1 additions and 1 deletions
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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue