diff
convert-to-yml / develop-branch (push) Failing after 28s Details

This commit is contained in:
giles 2023-10-23 10:06:02 +01:00
parent bd4d8e8379
commit b85851eafc
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 }} | wc -c) -ne 0]]; then
if [[ $(git diff HEAD origin/${{ env.DEVELOPMENT_BRANCH }} | wc -c) -ne 0 ]]; then
git push HEAD origin/${{ env.DEVELOPMENT_BRANCH }};
else
echo 'no changes so no push'