Skip to content

Commit cf601e9

Browse files
authored
Merge pull request #14 from cicirello/update-action-yml
Removed the extra space characters at end of lines in action.yml
2 parents 300d812 + 7cced0c commit cf601e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ branding: # Look at documentation for branding options/requirements. These are m
66
icon: 'book-open'
77
color: 'green'
88
inputs:
9-
input-one:
9+
input-one:
1010
description: 'Description of input-one'
1111
required: false
1212
default: 'default value goes here'
@@ -18,7 +18,7 @@ outputs:
1818
output-one:
1919
description: 'Description of output-one'
2020
output-two:
21-
description: 'Description of output-two'
21+
description: 'Description of output-two'
2222
runs:
2323
using: 'docker'
2424
image: 'Dockerfile'

0 commit comments

Comments
 (0)