Skip to content

Commit

Permalink
ci: update checkout ref and depth
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Oct 1, 2024
1 parent 727249a commit bf27123
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
# ref: ${{ github.ref_name }}
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/magic-nix-cache-action@v8
- run: nix fmt
Expand Down

0 comments on commit bf27123

Please sign in to comment.