Skip to content

Commit 5bc1f01

Browse files
authored
📝 Switch actions/checkout from master to main in README.md (#320)
1 parent 899c636 commit 5bc1f01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,15 @@ name: Sync Files
3636
on:
3737
push:
3838
branches:
39+
- main
3940
- master
4041
workflow_dispatch:
4142
jobs:
4243
sync:
4344
runs-on: ubuntu-latest
4445
steps:
4546
- name: Checkout Repository
46-
uses: actions/checkout@master
47+
uses: actions/checkout@main
4748
- name: Run GitHub File Sync
4849
uses: BetaHuhn/repo-file-sync-action@v1
4950
with:

0 commit comments

Comments
 (0)