Skip to content

Commit

Permalink
run when failed like it needs
Browse files Browse the repository at this point in the history
  • Loading branch information
NotM32 committed Dec 14, 2024
1 parent d6e4eb4 commit a9a93fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
id: flake-check
run: |
output=$(nix flake check)
echo "log=$output" >> $GITHUB_OUTPUT
echo "check-log=$output" >> $GITHUB_OUTPUT
maybe_repair:
runs-on: ubuntu-latest
needs: check
if: ${{ always() }}
permissions:
contents: read
contents: write
pull-requests: write
name: Check for deprecated/renamed options in flake check and submit a pull request to fix if found
steps:
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a9a93fd

Please sign in to comment.