Skip to content

Commit

Permalink
Specify branch explicitly to avoid “detached head”
Browse files Browse the repository at this point in the history
  • Loading branch information
yatil committed Sep 27, 2019
1 parent 5660859 commit 8efd1c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
run: |
git submodule init
git submodule update --remote
# - name: commit changed files
# uses: stefanzweifel/[email protected]
# with:
# commit_message: Apply automatic changes
# branch: ${{ github.head_ref }}
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: commit changed files
uses: stefanzweifel/[email protected]
with:
commit_message: Apply automatic changes
branch: ${{ github.head_ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Build and test with Jekyll
run: |
gem install bundler
Expand Down

0 comments on commit 8efd1c9

Please sign in to comment.