Skip to content

Commit

Permalink
Use correct input name for run args (#5)
Browse files Browse the repository at this point in the history
"pattern" was defined, but the "runs" section used "patterns" instead.
  • Loading branch information
dgw authored Nov 27, 2020
1 parent 5724318 commit e47c8ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.patterns }}
- ${{ inputs.pattern }}
branding:
icon: bell
color: green

0 comments on commit e47c8ad

Please sign in to comment.