Compare commits

...
Sign in to create a new pull request.

3 commits
main ... test

Author SHA1 Message Date
Guillaume Falourd
754082016a
Update action.yml 2023-01-27 13:52:09 -03:00
Guillaume Falourd
4fa49eef32
Update action.yml 2023-01-27 13:44:11 -03:00
Guillaume Falourd
7f0e861402
Update action.yml 2023-01-27 09:23:59 -03:00

View file

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