You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/cleanup.yml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,8 @@ jobs:
28
28
BUFFER="$(TZ=GMT+4 date +%Y-%m-%d)"
29
29
30
30
gcloud config set core/project "${{ secrets.PROJECT_ID }}"
31
-
gcloud config set run/region "us-central1"
32
31
33
-
(IFS=$'\n'; for NAME in $(gcloud app versions list --format="value(id)" --filter="version.createTime.date('%Y-%m-%d', Z) < '${BUFFER}'"); do
32
+
(IFS=$'\n'; for NAME in $(gcloud app versions list --format="value(id)" --filter="service != "default" AND version.createTime.date('%Y-%m-%d', Z) < '${BUFFER}'"); do
0 commit comments