We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe4eea commit d9911f7Copy full SHA for d9911f7
.github/workflows/ghpages-cleanup.yml
@@ -1,3 +1,5 @@
1
+name: GitHub Pages Cleanup
2
+
3
on:
4
schedule:
5
- cron: 0 0 * * 6 # midnight on Saturdays
@@ -7,7 +9,7 @@ jobs:
7
9
cleanup:
8
10
runs-on: ubuntu-latest
11
steps:
- - name: Check out GH Pages branch
12
+ - name: Check out GitHub Pages branch
13
uses: actions/checkout@v4
14
with:
15
# replace `fetch-depth` with `shallow-since` if and when actions/checkout#619 (or an equivalent) gets merged
@@ -22,6 +24,6 @@ jobs:
22
24
done
23
25
git status
26
- name: Commit
- run: "git commit -m 'chore: remove stale GH Pages branches'"
27
+ run: "git commit -m 'chore: remove stale GitHub Pages branches'"
28
- name: Push
29
run: "git push"
0 commit comments