fix condition
Prepare release for chill app / update-deps (push) Failing after 20s Details

This commit is contained in:
Julien Fastré 2023-11-02 00:11:21 +01:00
parent 6dbc654b55
commit 5d1f4ea720
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
run: "echo $CONTENT"
- name: add a changie file because ${{ steps.composer-lock-changed.outputs.composer_lock_changed }}
uses: https://github.com/miniscruff/changie-action@v2
if: ${{ steps.composer-lock-changed.outputs.composer_lock_changed == 1 }}
if: ${{ steps.composer-lock-changed.outputs.is_composer_lock_changed == 1 }}
with:
version: latest
args: 'new -body "update deps" --kind Release --custom "Issue=0"'