From 5c0ff7fa50acebdb7d977ee43f50563281b79788 Mon Sep 17 00:00:00 2001 From: Eric Eggert Date: Fri, 27 Sep 2019 08:33:17 +0200 Subject: [PATCH] Explicit branch Signed-off-by: Eric Eggert --- .github/workflows/create-release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index f2180953075..0b4284aa00c 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -20,13 +20,12 @@ jobs: ruby-version: 2.6.x - name: Update Externals run: | - git switch - git submodule update --remote - name: commit changed files uses: stefanzweifel/git-auto-commit-action@v2.1.0 with: commit_message: Apply automatic changes - branch: ${{ github.head_ref }} + branch: master env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Build and test with Jekyll