Skip to content

Commit fca1e70

Browse files
authored
Working branch changed to master_2.x
1 parent 0e3765d commit fca1e70

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/wiki_TOC.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ jobs:
2424
runs-on: ubuntu-latest
2525
timeout-minutes: 5
2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2828
with:
2929
repository: ${{github.repository}}.wiki
30+
ref: master_2.x
3031
- run: |
3132
ls
3233
#curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o gh-md-toc

0 commit comments

Comments
 (0)