Skip to content

Commit

Permalink
Merge pull request nix-community#72 from nix-community/fix_flake_lock
Browse files Browse the repository at this point in the history
Use correct syntax to get the ref.
  • Loading branch information
r-vdp authored Jul 6, 2023
2 parents cd5b7c8 + b55bac3 commit 3406176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
ref: "${{ GITHUB_REF }}"
ref: "${{ github.ref_name }}"
- uses: cachix/install-nix-action@v22
with:
extra_nix_config: 'access-tokens = github.com=${{ github.token }}'
Expand Down

0 comments on commit 3406176

Please sign in to comment.