update ubuntu workflow with remote test
Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
This commit is contained in:
parent
ba7657e20f
commit
5b4be2b648
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ runs:
|
|||
git remote set-url origin $REMOTE_URL
|
||||
git fetch origin
|
||||
|
||||
git add ${{ inputs.files }}
|
||||
git add --all
|
||||
|
||||
# Won't commit if no changes were made
|
||||
git diff-index --quiet HEAD || git commit --message "${{ inputs.commit_message }}"
|
||||
|
|
Loading…
Add table
Reference in a new issue