From 8816df8f434e3ae4ba6f56fb7c49211ec370b916 Mon Sep 17 00:00:00 2001 From: Iban Eguia Date: Thu, 1 Oct 2020 08:24:05 +0200 Subject: [PATCH] New fix attempt (#745) * New fix attempt * Do not rebase, just fast forward --- .github/workflows/test262.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test262.yml b/.github/workflows/test262.yml index dcc68853d2..7a25d97ec2 100644 --- a/.github/workflows/test262.yml +++ b/.github/workflows/test262.yml @@ -61,7 +61,7 @@ jobs: cd gh-pages git config --local user.email "action@github.com" git config --local user.name "GitHub Action" - git pull + git pull --ff-only git add test262 git commit -m "Add new test262 results" -a cd .. @@ -70,4 +70,5 @@ jobs: uses: ad-m/github-push-action@v0.6.0 with: directory: gh-pages + branch: gh-pages github_token: ${{ secrets.GITHUB_TOKEN }}