- chore(action.yaml): update action.yaml to pass arguments as flags instead of positional arguments

This commit is contained in:
alan890104
2023-09-13 16:51:04 +08:00
parent 830657689b
commit d6be25aee8

View File

@@ -16,5 +16,5 @@ runs:
using: 'docker'
image: 'Dockerfile'
args:
- ${{ inputs.pattern }}
- ${{ inputs.suffix }}
- --pattern ${{ inputs.pattern }}
- --suffix ${{ inputs.suffix }}