diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index 856ae9c..050ce2a 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -16,8 +16,8 @@ on: inputs: ssh: description: 'SSH connection to Actions' - required: false - default: 'false' + required: true + default: 'true' schedule: - cron: 30 9 * * *