We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd95c5b commit a78f20fCopy full SHA for a78f20f
.github/workflows/auto-update.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
build:
10
- name: build
+ name: Update TSTL
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
@@ -16,11 +16,11 @@ jobs:
16
uses: actions/setup-node@v1
17
with:
18
node-version: "12"
19
- - name: Update TSTL
+ - name: npm update
20
run: npm update typescript-to-lua
21
- - name: Commit update
+ - name: commit update
22
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"
+ git config --global user.name '41898282+github-actions[bot]'
+ git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
+ git commit -am "Bump tstl version"
26
git push
0 commit comments