Fixes autobuild tgui github actions (#48241)

* fixes

* actually this is a revert

* actually fixes
This commit is contained in:
Neo
2019-12-24 17:27:09 -08:00
committed by Rob Bailey
parent ace9daf9d4
commit 198dfd91c7
+2 -4
View File
@@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v1
with:
fetch-depth: 1
fetch-depth: 25
- name: Setup Node
uses: actions/setup-node@v1
with:
@@ -28,10 +28,8 @@ jobs:
run: |
git config --local user.email "action@github.com"
git config --local user.name "TGUI"
git pull
git pull origin master
git commit -m "Automatic TGUI Rebuild [ci skip]" -a || true
git fetch
git rebase
- name: Push Artifacts
uses: ad-m/github-push-action@master
with: