Skip to content

Commit

Permalink
Explicit branch
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Eggert <[email protected]>
  • Loading branch information
yatil committed Sep 27, 2019
1 parent 39e5f4f commit 5c0ff7f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
commit_message: Apply automatic changes
branch: ${{ github.head_ref }}
branch: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build and test with Jekyll
Expand Down

0 comments on commit 5c0ff7f

Please sign in to comment.