Skip to content

Commit

Permalink
ci: update checkout ref
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Oct 1, 2024
1 parent 92c4b41 commit 6958f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref || github.ref }}
ref: ${{ github.event.pull_request.head.sha || github.sha }}
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix fmt
Expand Down

0 comments on commit 6958f82

Please sign in to comment.