debug
Prepare release for chill app / update-deps (push) Successful in 22s Details

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

View File

@ -22,6 +22,9 @@ jobs:
- name: is composer.lock changed ?
id: composer-lock-changed
run: 'echo is_composer_lock_changed=$(git diff --name-only | grep "composer\.lock" | wc -l) >> $GITHUB_OUTPUT'
- name: debug output
env: { CONTENT : "${{ toJson(steps) }}" }
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 }}