diff --git a/action.yml b/action.yml index 2703bd8..28a45b7 100644 --- a/action.yml +++ b/action.yml @@ -91,8 +91,8 @@ runs: rm -f docs/**/*.old* || echo 'no .old files found' if [[ `git status --porcelain` ]]; then - git status --porcelain git add docs/**/* + git status --porcelain git commit -m "chore: added to ${{ inputs.branch }}: ${{ inputs.repository }}@${{ inputs.release }}" git push fi