Skip to content

Commit

Permalink
Merge pull request #14 from cicirello/update-action-yml
Browse files Browse the repository at this point in the history
Removed the extra space characters at end of lines in action.yml
  • Loading branch information
cicirello authored Nov 11, 2024
2 parents 300d812 + 7cced0c commit cf601e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branding: # Look at documentation for branding options/requirements. These are m
icon: 'book-open'
color: 'green'
inputs:
input-one:
input-one:
description: 'Description of input-one'
required: false
default: 'default value goes here'
Expand All @@ -18,7 +18,7 @@ outputs:
output-one:
description: 'Description of output-one'
output-two:
description: 'Description of output-two'
description: 'Description of output-two'
runs:
using: 'docker'
image: 'Dockerfile'
Expand Down

0 comments on commit cf601e9

Please sign in to comment.