This commit is contained in:
Louis Lam 2026-01-13 11:44:17 +08:00
parent 336c549477
commit 58d1309adb

View File

@ -12,10 +12,10 @@ on:
required: true
type: string
dry_run:
description: "If true, the release will be a dry run without pushing changes"
description: "If true, the docker image will not be pushed to registries. PR will still be created."
required: false
type: boolean
default: true
default: false
permissions:
contents: write