From 0a7f7e6b2e4fdf3406526cf554735088bab0ee2e Mon Sep 17 00:00:00 2001 From: okxlin <61420215+okxlin@users.noreply.github.com> Date: Mon, 5 Jun 2023 01:55:54 +0800 Subject: [PATCH] feat:Update renovate-app-version.yml --- .github/workflows/renovate-app-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-app-version.yml b/.github/workflows/renovate-app-version.yml index 693a2990..e69862ce 100644 --- a/.github/workflows/renovate-app-version.yml +++ b/.github/workflows/renovate-app-version.yml @@ -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