Skip to content

Commit

Permalink
chore(ci): fix flake update test
Browse files Browse the repository at this point in the history
  • Loading branch information
Zebradil committed Sep 24, 2024
1 parent 5ee2263 commit a5515f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/flow-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Try to update nix flake
run: ./.github/scripts/update-flake pr-${{ github.event.pull_request.number }}
run: ./.github/scripts/update-flake-version pr-${{ github.event.pull_request.number }}
- name: Print changes
run: git diff

0 comments on commit a5515f3

Please sign in to comment.