From 2a6f8bcddedce76ce7406fbf1338a683075b5a4c Mon Sep 17 00:00:00 2001 From: actioninja Date: Tue, 3 Dec 2019 19:26:11 -0800 Subject: [PATCH] tgui autobuild improvements --- .github/workflows/autobuild_tgui.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/autobuild_tgui.yml b/.github/workflows/autobuild_tgui.yml index 6849941d105..be682724605 100644 --- a/.github/workflows/autobuild_tgui.yml +++ b/.github/workflows/autobuild_tgui.yml @@ -15,6 +15,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v1 + with: + fetch-depth: 1 - name: Setup Node uses: actions/setup-node@v1 with: @@ -26,7 +28,10 @@ jobs: run: | git config --local user.email "action@github.com" git config --local user.name "TGUI" + git pull 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: