add runs-on
Prepare release for chill app / update-deps (push) Failing after 5s Details

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

View File

@ -8,6 +8,7 @@ on:
jobs:
update-deps:
runs-on: ubuntu-latest
steps:
- name: check out repository
uses: https://github.com/actions/checkout@v4
@ -18,7 +19,7 @@ jobs:
args: composer update --no-install
- 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/miniscruf/changie-action@v2
#if: ${{ steps.composer-lock-changed.composer-lock-changed == 1 }}