From 257fa0e51e5aa3c8178b99a0f356e36f6dabfdcb Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Tue, 8 Feb 2022 10:50:34 +0100 Subject: [PATCH] Sync docker/action.yml with action.yml (#1062) --- docker/action.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docker/action.yml b/docker/action.yml index 15f8cd3e47..b415b69f31 100644 --- a/docker/action.yml +++ b/docker/action.yml @@ -35,7 +35,22 @@ inputs: default: '' prerelease: description: | - A boolean indicating whether the relase being created or updated is a prerelease. + A boolean indicating whether the release being created or updated is a prerelease. + required: false + default: '' + commitish: + description: | + The object that the release should be created to point to. + required: false + default: '' + disable-releaser: + description: | + A boolean indicating whether the releaser mode is disabled. + required: false + default: '' + disable-autolabeler: + description: | + A boolean indicating whether the autolabeler mode is disabled. required: false default: '' outputs: