Skip to content

Commit e854ad9

Browse files
committed
Add username & email for split flow
1 parent 97f401e commit e854ad9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sub-split.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- uses: "frankdejonge/use-github-token@1.0.2"
2626
with:
2727
authentication: "phpdoc-bot:${{ secrets.BOT_TOKEN }}"
28+
user_name: 'phpDocumentor Bot'
29+
user_email: 'info@phpdoc.org'
2830
- name: "Cache splitsh-lite"
2931
id: "splitsh-cache"
3032
uses: "actions/cache@v3.3.1"

0 commit comments

Comments
 (0)