Skip to content

Commit d9911f7

Browse files
committed
ci: update naming in GH Pages workflow
1 parent ffe4eea commit d9911f7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ghpages-cleanup.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: GitHub Pages Cleanup
2+
13
on:
24
schedule:
35
- cron: 0 0 * * 6 # midnight on Saturdays
@@ -7,7 +9,7 @@ jobs:
79
cleanup:
810
runs-on: ubuntu-latest
911
steps:
10-
- name: Check out GH Pages branch
12+
- name: Check out GitHub Pages branch
1113
uses: actions/checkout@v4
1214
with:
1315
# replace `fetch-depth` with `shallow-since` if and when actions/checkout#619 (or an equivalent) gets merged
@@ -22,6 +24,6 @@ jobs:
2224
done
2325
git status
2426
- name: Commit
25-
run: "git commit -m 'chore: remove stale GH Pages branches'"
27+
run: "git commit -m 'chore: remove stale GitHub Pages branches'"
2628
- name: Push
2729
run: "git push"

0 commit comments

Comments
 (0)