mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
newlines causing issues
This commit is contained in:
parent
80916a4d91
commit
2cfee0932e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/new-version.yml
vendored
2
.github/workflows/new-version.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
pkgs: ${{ steps.divide.outputs.pkgs }}
|
||||
steps:
|
||||
- run: |
|
||||
var="$(echo ${{ inputs.projects }} | jq -R -s -c 'split(" ")')"
|
||||
var="$(echo -n ${{ inputs.projects }} | jq -R -s -c 'split(" ")')"
|
||||
echo "pkgs=$var" >> $GITHUB_OUTPUT
|
||||
id: divide
|
||||
|
||||
|
|
Loading…
Reference in a new issue