mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +00:00
fix(action): invalid quoting for extra-files arg (#25)
This commit is contained in:
parent
0f8d3cca3c
commit
a841447063
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ runs:
|
|||
- run
|
||||
- --forge=github
|
||||
- --branch=${{ inputs.branch }}
|
||||
- --extra-files="${{ inputs.extra-files }}"
|
||||
- --extra-files=${{ inputs.extra-files }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ inputs.token }}
|
||||
GITHUB_USER: "oauth2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue