chore: test ci

This commit is contained in:
Nicolas Meienberger 2023-06-21 22:40:08 +02:00
parent f68d5c0230
commit 49a14d8881

View File

@ -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: |