Skip to content

Commit a78f20f

Browse files
committed
Change webhook action user name and email
1 parent bd95c5b commit a78f20f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/auto-update.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
build:
10-
name: build
10+
name: Update TSTL
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
@@ -16,11 +16,11 @@ jobs:
1616
uses: actions/setup-node@v1
1717
with:
1818
node-version: "12"
19-
- name: Update TSTL
19+
- name: npm update
2020
run: npm update typescript-to-lua
21-
- name: Commit update
21+
- name: commit update
2222
run: |
23-
git config --global user.name 'lolleko'
24-
git config --global user.email 'lolleko@users.noreply.github.com'
25-
git commit -am "Automated tstl update"
23+
git config --global user.name '41898282+github-actions[bot]'
24+
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
25+
git commit -am "Bump tstl version"
2626
git push

0 commit comments

Comments
 (0)