From a9a93fd0d00f85090bde6cfdfbb961a0edbf9480 Mon Sep 17 00:00:00 2001 From: m32 Date: Fri, 13 Dec 2024 20:23:50 -0700 Subject: [PATCH] run when failed like it needs --- .github/workflows/update-check.yaml | 5 +++-- flake.lock | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update-check.yaml b/.github/workflows/update-check.yaml index 7e3f786..52c1381 100644 --- a/.github/workflows/update-check.yaml +++ b/.github/workflows/update-check.yaml @@ -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: diff --git a/flake.lock b/flake.lock index 9a821de..43c137e 100644 --- a/flake.lock +++ b/flake.lock @@ -703,11 +703,11 @@ "treefmt-nix": "treefmt-nix_2" }, "locked": { - "lastModified": 1734142061, - "narHash": "sha256-Ty/noNHJEnuz+7vl4U/8aIiBsFlmLSkMw0Me6xKSRTA=", + "lastModified": 1734146452, + "narHash": "sha256-aY6OIfq0eaP3aHqLJVGW942tOxrw/nmvMUoMWn6WySM=", "owner": "nix-community", "repo": "NUR", - "rev": "790ba51f04ffd55a391903408afde3790b472334", + "rev": "0a769f94417536b76c57010cb5d7b55af820d479", "type": "github" }, "original": {