Skip to content

Commit 67d2927

Browse files
committed
Update workflow to copy README to Wiki
1 parent e020a18 commit 67d2927

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/copy-readme-to-wiki.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ name: Wiki Sync
33
on:
44
push:
55
branches:
6-
- "master"
6+
- "main"
77
pull_request:
88
branches:
9-
- "master"
9+
- "main"
1010

1111
jobs:
1212
stale:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@master
15+
- uses: actions/checkout@main
1616
- uses: JoeIzzard/ghaction-wiki-sync@v1
1717
with:
1818
username: LinkStackOrg

0 commit comments

Comments
 (0)