remove if conditional in last step
This commit is contained in:
parent
76ff7b6304
commit
9a60a16ea3
1 changed files with 0 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue