Skip to content

Commit 4590496

Browse files
committed
Perform a checkout during the cleanup workflow
1 parent 9f6a1d3 commit 4590496

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cleanup.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
steps:
1717
- uses: 'actions/checkout@v3'
1818

19-
- uses: 'google-github-actions/setup-gcloud@main'
20-
2119
- uses: 'google-github-actions/auth@main'
2220
with:
2321
workload_identity_provider: '${{ secrets.WIF_PROVIDER_NAME }}'
2422
service_account: '${{ secrets.DEPLOY_CLOUDRUN_SA_EMAIL }}'
2523

24+
- uses: 'google-github-actions/setup-gcloud@main'
25+
2626
- name: Delete services
2727
run: |-
2828
BUFFER="$(TZ=GMT+4 date +%Y-%m-%d)"

0 commit comments

Comments
 (0)