Update action.yml
This commit is contained in:
parent
02f24ec67f
commit
7f0e861402
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue