diff --git a/.github/workflows/git-auto-commit.yml b/.github/workflows/git-auto-commit.yml index d7db234..87fc2c0 100644 --- a/.github/workflows/git-auto-commit.yml +++ b/.github/workflows/git-auto-commit.yml @@ -29,3 +29,6 @@ jobs: - name: "changes detected" if: steps.auto-commit-action.outputs.changes_detected == 'true' run: "echo \"Changes detected\"" + + + - uses: stefanzweifel/git-auto-commit-action@v5