Skip to content

Commit 59a71fc

Browse files
authored
fix: checkout before installing nix (#130)
Signed-off-by: matttrach <matt.trachier@suse.com>
1 parent 611400b commit 59a71fc

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
repo: "${{ github.event.repository.name }}",
7474
body: "Please make sure e2e tests pass before merging this PR! \n ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}"
7575
})
76+
- uses: actions/checkout@v5
77+
with:
78+
token: ${{secrets.GITHUB_TOKEN}}
79+
fetch-depth: 0
7680
- id: aws-creds
7781
uses: aws-actions/configure-aws-credentials@v5
7882
with:

0 commit comments

Comments
 (0)