remove if conditional in last step

This commit is contained in:
Brendan McDevitt 2025-04-17 11:02:47 -05:00
parent 76ff7b6304
commit 9a60a16ea3

View file

@ -44,7 +44,6 @@ jobs:
git config --local user.name "Git Action"
- name: Commit and push if there are changes
if: steps.check_changes.outputs.has_changes == 'true'
run: |
# Get current date for commit message
CURRENT_DATE=$(date '+%Y-%m-%d')