quoting issue
Prepare release for chill app / update-deps (push) Successful in 20s Details

This commit is contained in:
Julien Fastré 2023-11-01 23:56:53 +01:00
parent e5d2ff9c04
commit 47c92c949f
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 2 additions and 2 deletions

View File

@ -22,10 +22,10 @@ jobs:
run: 'echo is_composer_lock_changed=$(git diff --name-only | grep "composer\\.lock" | wc -l) >> $GITHUB_OUTPUT'
- name: add a changie file
uses: https://github.com/miniscruff/changie-action@v2
#if: ${{ steps.composer-lock-changed.composer-lock-changed == 1 }}
if: ${{ steps.composer-lock-changed.composer-lock-changed == 1 }}
with:
version: latest
args: "new -body \"update deps\" --kind Release --custom \"Issue=0\""
args: 'new -body "update deps" --kind Release --custom "Issue=0"'
- name: commit changed files
uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with: