Update action.yml

This commit is contained in:
Guillaume Falourd 2023-01-27 09:23:59 -03:00 committed by GitHub
parent 02f24ec67f
commit 7f0e861402
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,6 +85,8 @@ runs:
git config --local user.email "${{ inputs.email }}"
git config --local user.name "${{ inputs.name }}"
git fetch
if [[ `git status --porcelain` ]]; then
git add ${{ inputs.files }} -v
git commit -m "${{ inputs.commit_message }}" $EMPTY