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

This commit is contained in:
giles 2023-10-23 12:04:19 +01:00
parent 874fbab8ab
commit 8633b3478c
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ jobs:
echo 'pushed new branch and created pr';
else
if [[ $(git diff origin/${{ env.DEVELOPMENT_BRANCH }} | wc -c) -ne 0 ]]; then
git push origin HEAD:${{ env.DEVELOPMENT_BRANCH }};
git push -f origin HEAD:${{ env.DEVELOPMENT_BRANCH }};
else
echo 'no changes so no push'
fi;