Skip to content

Commit

Permalink
Fix crucial bug, this workflow is not working now
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Dec 9, 2024
1 parent e78be96 commit 633b1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-bump-flake-lock-and-selfup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
run: nix flake update --commit-lock-file
- name: Update related CI dependencies
run: |
git ls-files .github | selfup run
git ls-files .github | xargs selfup run
git diff-index --quiet HEAD || git commit -m '${{ inputs.selfup-commit-message }}' .github
- name: Run optional step if given
if: inputs.optional-run != ''
Expand Down

0 comments on commit 633b1ca

Please sign in to comment.