Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
754082016a | ||
|
4fa49eef32 | ||
|
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 origin
|
||||
|
||||
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