lllllllll
convert-to-yml / develop-branch (push) Failing after 28s
Details
convert-to-yml / develop-branch (push) Failing after 28s
Details
This commit is contained in:
parent
874fbab8ab
commit
8633b3478c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue