Skip to content

Commit b4a25c4

Browse files
Add --no-verify flag to git commit command
1 parent 9bed9e9 commit b4a25c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
git config user.name "github-actions[bot]"
8181
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
8282
git add public/vigotech-generated.json src/content/videos src/content/events
83-
git commit -m "chore: refresh generated community history"
83+
git commit -m "chore: refresh generated community history" --no-verify
8484
git push
8585
8686
build:

0 commit comments

Comments
 (0)