Skip to content

Commit f9241fa

Browse files
committed
docs: fix collect yaml branch
1 parent 091e122 commit f9241fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/daily-stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
contents: write
1616

1717
steps:
18-
- name: Checkout master branch
18+
- name: Checkout main branch
1919
uses: actions/checkout@v4
2020
with:
21-
ref: master
21+
ref: main
2222

2323
- name: Fetch current stats.json from gh-pages
2424
run: |

0 commit comments

Comments
 (0)