File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
- cron : " 0 */8 * * *"
8
8
jobs :
9
9
generate-docs :
10
- if : github.event.repository.owner.login == 'mayank1513 '
10
+ if : github.event.repository.owner.login == 'react18-tools '
11
11
runs-on : ubuntu-latest
12
12
permissions :
13
13
packages : write
37
37
run : pnpm doc
38
38
- name : Setup Git
39
39
run : |
40
- git config --global user.name "mayank1513 "
40
+ git config --global user.name "react18-tools "
41
41
git config --global user.email "[email protected] "
42
42
git fetch
43
43
git checkout main
Original file line number Diff line number Diff line change 10
10
publish :
11
11
# Don't run just after creating repo from template
12
12
# Also avoid running after merging set-up PR
13
- if : github.run_number > 2 && github.event.repository.owner.login == 'mayank1513 '
13
+ if : github.run_number > 2 && github.event.repository.owner.login == 'react18-tools '
14
14
runs-on : ubuntu-latest
15
15
permissions :
16
16
packages : write
You can’t perform that action at this time.
0 commit comments