mirror of
https://github.com/okxlin/appstore.git
synced 2026-02-21 10:27:41 +08:00
feat:Update renovate-app-version.yml
This commit is contained in:
parent
f6c6db4367
commit
0a7f7e6b2e
2
.github/workflows/renovate-app-version.yml
vendored
2
.github/workflows/renovate-app-version.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user