diff --git a/.github/workflows/pr-comment-ci.yml b/.github/workflows/pr-comment-ci.yml index ca694f820..4445fe7c4 100644 --- a/.github/workflows/pr-comment-ci.yml +++ b/.github/workflows/pr-comment-ci.yml @@ -3,6 +3,8 @@ name: PR_COMMENT_CI on: issue_comment: types: [created] +env: + HUSKY: "0" jobs: check: @@ -159,7 +161,6 @@ jobs: git add . git commit -m "chore: update snapshot" fi - git status - name: git push run: | git status @@ -167,4 +168,3 @@ jobs: if [ "$branch_ahead" -eq "1" ]; then git push fi - git status