Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/develop' into feat/add-button-…
Browse files Browse the repository at this point in the history
…dashed-demo
  • Loading branch information
tobytovi committed Aug 21, 2024
2 parents 23934f2 + a0ceb96 commit 1ece457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-comment-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: PR_COMMENT_CI
on:
issue_comment:
types: [created]
env:
HUSKY: "0"

jobs:
check:
Expand Down Expand Up @@ -159,12 +161,10 @@ jobs:
git add .
git commit -m "chore: update snapshot"
fi
git status
- name: git push
run: |
git status
branch_ahead=$(git status | grep -c 'use "git push" to publish your local commits') || true
if [ "$branch_ahead" -eq "1" ]; then
git push
fi
git status

0 comments on commit 1ece457

Please sign in to comment.