From e3657f3ac28b08d8c9753f03adc148441486a597 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Tue, 8 Feb 2022 09:56:12 +0100 Subject: [PATCH] Sync docker/action.yml with action.yml --- docker/action.yml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/docker/action.yml b/docker/action.yml index 15f8cd3e4..b415b69f3 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: