diff --git a/action.yml b/action.yml index 913b1a4..6e902b2 100644 --- a/action.yml +++ b/action.yml @@ -83,7 +83,6 @@ runs: run: | git config user.name "github-actions[bot]" git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git add -A .sequoia-state.json git add -A *.md **/*.md || true if git diff --cached --quiet; then echo "No changes to commit"