mirror of
https://github.com/Solratic/checksum-action.git
synced 2026-04-29 21:21:38 -05:00
- chore(action.yaml): update action.yaml to pass arguments as flags instead of positional arguments
This commit is contained in:
@@ -16,5 +16,5 @@ runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.pattern }}
|
||||
- ${{ inputs.suffix }}
|
||||
- --pattern ${{ inputs.pattern }}
|
||||
- --suffix ${{ inputs.suffix }}
|
||||
|
||||
Reference in New Issue
Block a user