Skip to content

Commit

Permalink
Updated to pass arguments on, explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Oct 28, 2019
1 parent 60d124a commit 93d58a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ author: 'Steve Kemp'
branding:
icon: save
color: black
inputs:
args:
description: 'The pattern of files to upload'
required: true
runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.args }}

0 comments on commit 93d58a6

Please sign in to comment.