dont need to check

This commit is contained in:
maddalax 2024-09-26 15:46:41 -05:00
parent 63b9bd3c5b
commit 9d0f397c04

View file

@ -25,13 +25,7 @@ jobs:
- name: Run update-htmgo-dep.go script - name: Run update-htmgo-dep.go script
run: go run tools/update-htmgo-dep.go run: go run tools/update-htmgo-dep.go
- name: Check if changes are present - name: Commit changes
run: |
git diff --exit-code || echo "Changes detected"
continue-on-error: true
- name: Commit changes if any
if: steps.check_changes.outcome == 'failure'
run: | run: |
git config user.name "github-actions[bot]" git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com" git config user.email "github-actions[bot]@users.noreply.github.com"