Skip to content

Commit 9986aff

Browse files
committed
.github/workflows/clean-scratch-site.yml: add missing check out
1 parent d1f9088 commit 9986aff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/clean-scratch-site.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
clean-scratch-site:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Check out repository code
13+
uses: actions/checkout@v4
1214
- name: Deploy ssh key for scratch site
1315
shell: bash -l {0}
1416
run: |

0 commit comments

Comments
 (0)