print-diff
convert-to-yml / develop-branch (push) Successful in 31s
Details
convert-to-yml / develop-branch (push) Successful in 31s
Details
This commit is contained in:
parent
e2adb97034
commit
12c21377f0
|
@ -53,7 +53,7 @@ jobs:
|
|||
CI_COMMIT_MESSAGE: converted to yml for review.
|
||||
CI_COMMIT_AUTHOR: Continuous Integration
|
||||
run: |
|
||||
if $(git diff HEAD origin/${{ env.DEVELOPMENT_BRANCH }}); then
|
||||
if [[$(git diff HEAD origin/${{ env.DEVELOPMENT_BRANCH }})]]; then
|
||||
git push HEAD origin/${{ env.DEVELOPMENT_BRANCH }};
|
||||
else
|
||||
echo 'no diff'
|
||||
|
|
Loading…
Reference in New Issue