We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 300d812 + 7cced0c commit cf601e9Copy full SHA for cf601e9
action.yml
@@ -6,7 +6,7 @@ branding: # Look at documentation for branding options/requirements. These are m
6
icon: 'book-open'
7
color: 'green'
8
inputs:
9
- input-one:
+ input-one:
10
description: 'Description of input-one'
11
required: false
12
default: 'default value goes here'
@@ -18,7 +18,7 @@ outputs:
18
output-one:
19
description: 'Description of output-one'
20
output-two:
21
- description: 'Description of output-two'
+ description: 'Description of output-two'
22
runs:
23
using: 'docker'
24
image: 'Dockerfile'
0 commit comments