chore: test ci
This commit is contained in:
parent
f68d5c0230
commit
49a14d8881
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
|
@ -35,9 +35,14 @@ jobs:
|
|||
echo "Changed file: $changed_file"
|
||||
if [[ $file == *"docker-compose.yml"* ]]; then
|
||||
app_name=$(echo $file | cut -d'/' -f 2)
|
||||
echo "App name: $app_name"
|
||||
./.github/workflows/renovate-app-version.sh $app_name
|
||||
fi
|
||||
done
|
||||
git diff
|
||||
|
||||
- name: Debug
|
||||
run: git diff
|
||||
|
||||
- name: Commit and push changes
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user