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

This commit is contained in:
Julien Fastré 2023-11-01 23:59:29 +01:00
parent 47c92c949f
commit 37008933d3
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
1 changed files with 3 additions and 1 deletions

View File

@ -17,9 +17,11 @@ jobs:
with:
# this is where we set the command to execute
args: composer update --no-install
- name: debug composer.lock changed
run: 'git diff --name-only | grep "composer\.lock" | wc -l'
- 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'
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 }}