Skip to content

Commit 1b0f1a8

Browse files
committed
update workflows
1 parent bace10e commit 1b0f1a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- cron: "0 */8 * * *"
88
jobs:
99
generate-docs:
10-
if: github.event.repository.owner.login == 'mayank1513'
10+
if: github.event.repository.owner.login == 'react18-tools'
1111
runs-on: ubuntu-latest
1212
permissions:
1313
packages: write
@@ -37,7 +37,7 @@ jobs:
3737
run: pnpm doc
3838
- name: Setup Git
3939
run: |
40-
git config --global user.name "mayank1513"
40+
git config --global user.name "react18-tools"
4141
git config --global user.email "[email protected]"
4242
git fetch
4343
git checkout main

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
publish:
1111
# Don't run just after creating repo from template
1212
# 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'
1414
runs-on: ubuntu-latest
1515
permissions:
1616
packages: write

0 commit comments

Comments
 (0)