Skip to content

Commit

Permalink
Fix hashFiles location (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 authored Jul 2, 2024
1 parent e7930a2 commit b225628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-flakes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ on:
- cron: '0 0 * * 0'
jobs:
update-flakes:
if: ${{ hashFiles('flake.nix') != '' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@V27
- uses: DeterminateSystems/update-flake-lock@v23
if: ${{ hashFiles('flake.nix') != '' }}
with:
# required to trigger GitHub Actions on the created PRs
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}

0 comments on commit b225628

Please sign in to comment.