Skip to content

Commit d6b1efa

Browse files
committed
Try option= in actions
1 parent 9ba924c commit d6b1efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ runs:
1515
using: docker
1616
image: Dockerfile
1717
args:
18-
- --changelog ${{ inputs.changelog }} --tag-prefix "${{ inputs.tag_prefix }}"
18+
- --changelog=${{ inputs.changelog }} --tag-prefix='${{ inputs.tag_prefix }}'
1919
env:
2020
GITHUB_TOKEN: ${{ inputs.github_token }}

0 commit comments

Comments
 (0)