diff --git a/.github/workflows/flake-updater.yml b/.github/workflows/flake-updater.yml index 23cf108..cab465a 100644 --- a/.github/workflows/flake-updater.yml +++ b/.github/workflows/flake-updater.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - run: | - curl -sSf -L https://install.lix.systems/lix | sh -s -- install + curl -sSf -L https://install.lix.systems/lix | sh -s -- install --no-confirm - uses: DeterminateSystems/update-flake-lock@v24 with: pr-title: "Update flake.lock" # Title of PR to be created