add output key
Prepare release for chill app / update-deps (push) Successful in 19s Details

This commit is contained in:
Julien Fastré 2023-11-02 00:02:34 +01:00
parent 37008933d3
commit 5222252f53
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ 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.outputs.composer-lock-changed == 1 }}
with:
version: latest
args: 'new -body "update deps" --kind Release --custom "Issue=0"'