Skip to content

Commit 0a6a1b8

Browse files
authored
Remove auto commit
1 parent 30f4957 commit 0a6a1b8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/create-release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
run: |
1919
git submodule init
2020
git submodule update --remote
21-
- name: commit changed files
22-
uses: stefanzweifel/[email protected]
23-
with:
24-
commit_message: Apply automatic changes
25-
branch: ${{ github.head_ref }}
26-
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
# - name: commit changed files
22+
# uses: stefanzweifel/[email protected]
23+
# with:
24+
# commit_message: Apply automatic changes
25+
# branch: ${{ github.head_ref }}
26+
# env:
27+
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828
- name: Build and test with Jekyll
2929
run: |
3030
gem install bundler

0 commit comments

Comments
 (0)