feat!: remove local-eval input

This commit is contained in:
Defelo 2025-05-27 17:05:20 +02:00
commit 460b063ab1
No known key found for this signature in database
GPG key ID: 2A05272471204DD3

View file

@ -43,11 +43,6 @@ on:
- yes_sandbox_false
- yes_sandbox_relaxed
- yes_sandbox_true
local-eval:
description: "Force local eval"
required: true
type: boolean
default: false
push-to-cache:
description: "Push to cache"
required: true
@ -137,7 +132,6 @@ jobs:
run: |
nixpkgs-review -- \
pr ${PR_NUMBER} \
--eval ${{ inputs.local-eval && 'local' || 'auto' }} \
--no-shell \
--no-headers \
--print-result \