update ubuntu workflow with remote test

Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
This commit is contained in:
GuillaumeFalourd 2022-01-07 10:20:54 -03:00
parent ba7657e20f
commit 5b4be2b648

View file

@ -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 }}"