Skip to content

Commit 9f6a1d3

Browse files
authored
Perform a checkout during the cleanup workflow (#412)
One more, sorry
1 parent 3d0b11b commit 9f6a1d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cleanup.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
runs-on: 'ubuntu-latest'
1515

1616
steps:
17+
- uses: 'actions/checkout@v3'
18+
1719
- uses: 'google-github-actions/setup-gcloud@main'
1820

1921
- uses: 'google-github-actions/auth@main'

0 commit comments

Comments
 (0)