This commit is contained in:
maddalax 2024-09-26 15:08:07 -05:00
parent 5d72639fba
commit aa6227ea1a

View file

@ -29,7 +29,7 @@ jobs:
run: git diff --exit-code || echo "Changes detected"
- name: Commit changes if any
if: success() && steps.commit.outputs.changes_detected == 'Changes detected'
if: success()
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"