We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f4957 commit 0a6a1b8Copy full SHA for 0a6a1b8
.github/workflows/create-release.yml
@@ -18,13 +18,13 @@ jobs:
18
run: |
19
git submodule init
20
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 }}
+# - name: commit changed files
+# uses: stefanzweifel/[email protected]
+# with:
+# commit_message: Apply automatic changes
+# branch: ${{ github.head_ref }}
+# env:
+# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28
- name: Build and test with Jekyll
29
30
gem install bundler
0 commit comments