From 52f30d2dda0a68160175063aaaf6c63d0551e8c4 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 27 Jul 2023 00:43:45 -0400 Subject: actions: remove unneeded options in update-flake-lock --- .github/actions/flake-update/action.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/actions/flake-update/action.yaml b/.github/actions/flake-update/action.yaml index 11abd9d..ac3e3b7 100644 --- a/.github/actions/flake-update/action.yaml +++ b/.github/actions/flake-update/action.yaml @@ -25,9 +25,6 @@ runs: with: commit-msg: ${{ inputs.commit-msg }} inputs: ${{ inputs.inputs }} - nix-options: "--accept-flake-config" - pr-body: | - Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. pr-title: ${{ inputs.commit-msg }} token: ${{ inputs.github-token }} -- cgit v1.2.3