From 198dfd91c7d1ed695235a82304fdbfb38633b6d2 Mon Sep 17 00:00:00 2001 From: Neo <26365368+Neo-0@users.noreply.github.com> Date: Tue, 24 Dec 2019 22:27:09 -0300 Subject: [PATCH] Fixes autobuild tgui github actions (#48241) * fixes * actually this is a revert * actually fixes --- .github/workflows/autobuild_tgui.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/autobuild_tgui.yml b/.github/workflows/autobuild_tgui.yml index be682724605..08da0f545d3 100644 --- a/.github/workflows/autobuild_tgui.yml +++ b/.github/workflows/autobuild_tgui.yml @@ -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: