Skip to content

Commit

Permalink
log?
Browse files Browse the repository at this point in the history
  • Loading branch information
mmkal committed Jun 27, 2024
1 parent 7f3fe8e commit fa7bd9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,10 @@ jobs:
git commit -m 'chore: changes after pnpm install' --no-verify
fi
- run: git log -n 5
- run: git status
- run: |
is_ahead=$(git status | grep -c 'Your branch is ahead')
echo "is_ahead: $is_ahead"
if [ $is_ahead -eq 1 ]; then
git push
else
Expand Down

0 comments on commit fa7bd9b

Please sign in to comment.