print-diff
convert-to-yml / develop-branch (push) Successful in 31s Details

This commit is contained in:
giles 2023-10-23 09:47:55 +01:00
parent e2adb97034
commit 12c21377f0
1 changed files with 1 additions and 1 deletions

View File

@ -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'