updating dependencies and #48122, #48241, #48673

This commit is contained in:
Ghommie
2020-02-09 01:57:12 +01:00
parent 6152ac9235
commit 187d9fdb43
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -15,6 +15,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 25
- name: Setup Node
uses: actions/setup-node@v1
with:
@@ -26,8 +28,9 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "TGUI"
git pull origin master
git commit -m "Automatic TGUI Rebuild [ci skip]" -a || true
- name: Push Artifacts
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITHUB_MASTER_KEY }}