Skip to content

Commit

Permalink
fix: Bump version workflow git log command
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrapan committed Aug 6, 2024
1 parent a507d21 commit 5a1d367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Check for new commits
id: check_new_commits
run: |
git_log=$(git log --since=$(date -d "yesterday" +'%Y.%m.%d') -- custom_components/solarman/)
git_log=$(git log --since=midnight -- custom_components/solarman/)
echo "new_commits=$([[ -n "$git_log" ]] && echo "true" || echo "false")" >> $GITHUB_OUTPUT
bump:
name: Do
Expand Down

0 comments on commit 5a1d367

Please sign in to comment.