We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f9088 commit 9986affCopy full SHA for 9986aff
1 file changed
.github/workflows/clean-scratch-site.yml
@@ -9,6 +9,8 @@ jobs:
9
clean-scratch-site:
10
runs-on: ubuntu-latest
11
steps:
12
+ - name: Check out repository code
13
+ uses: actions/checkout@v4
14
- name: Deploy ssh key for scratch site
15
shell: bash -l {0}
16
run: |
0 commit comments