Skip to content

Commit

Permalink
Sync docker/action.yml with action.yml (#1062)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Feb 8, 2022
1 parent 2f7ebf8 commit 257fa0e
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion docker/action.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 257fa0e

Please sign in to comment.