diff options
| author | seth <[email protected]> | 2023-07-27 00:43:45 -0400 |
|---|---|---|
| committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-07-27 04:57:27 +0000 |
| commit | 52f30d2dda0a68160175063aaaf6c63d0551e8c4 (patch) | |
| tree | 9b2fa3125d447ed768d71858683ca34eeb2ad937 | |
| parent | 1bb7c836f308d81f4d3f88b53fce385f37c53401 (diff) | |
actions: remove unneeded options in update-flake-lock
| -rw-r--r-- | .github/actions/flake-update/action.yaml | 3 |
1 files changed, 0 insertions, 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 }} |
