feat:Update renovate-app-version.yml

This commit is contained in:
okxlin 2023-06-05 01:55:54 +08:00 committed by GitHub
parent f6c6db4367
commit 0a7f7e6b2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,7 @@ jobs:
for file in "${files[@]}"; do
if [[ $file == *"docker-compose.yml"* ]]; then
app_name=$(echo $file | cut -d'/' -f 2)
git add "apps/$app_name/*" && git commit -m "Update app version" --no-verify && git push origin localApps || true
git add "$app_name/*" && git commit -m "Update app version" --no-verify && git push origin localApps || true
fi
done