Skip to content

Commit

Permalink
fix checkout
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pickering <[email protected]>
  • Loading branch information
alexvpickering committed Aug 14, 2023
1 parent 4b70823 commit 5b111fe
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ jobs:
steps:
- id: checkout
name: Check out source code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{github.head_ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- id: ref
name: Format docker tag and repository name for current image.
Expand Down Expand Up @@ -289,7 +292,10 @@ jobs:
steps:
- id: checkout
name: Check out source code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: ${{github.head_ref}}
repository: ${{github.event.pull_request.head.repo.full_name}}

- id: setup-aws
name: Configure AWS credentials
Expand Down

0 comments on commit 5b111fe

Please sign in to comment.