Skip to content

Commit 2ffa207

Browse files
authored
Update .github/workflows/deploy.yml
1 parent 5f4e9b8 commit 2ffa207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Update submodule
6262
run: |
6363
git add public
64-
git commit -m "Update submodules by ${{ github.sha }}"
64+
git commit -m "[skip ci] Update submodules by ${{ github.sha }}"
6565
if: github.event_name != 'pull_request' && steps.changes.outputs.src == 'true'
6666

6767
- name: Push changes

0 commit comments

Comments
 (0)