pushifdiff
convert-to-yml / develop-branch (push) Failing after 26s
Details
convert-to-yml / develop-branch (push) Failing after 26s
Details
This commit is contained in:
parent
d253d62bfd
commit
b0f6cbef46
|
@ -37,4 +37,6 @@ jobs:
|
|||
git config --global user.email "username@users.noreply.github.com"
|
||||
git add -A
|
||||
git commit -a -m "${{ github.ref_name }} -> ${{ env.DEVELOPMENT_BRANCH }}"
|
||||
git diff HEAD origin/${{ env.DEVELOPMENT_BRANCH }}
|
||||
if $(git diff HEAD origin/${{ env.DEVELOPMENT_BRANCH }}); then
|
||||
git push HEAD origin/${{ env.DEVELOPMENT_BRANCH }});
|
||||
fi
|
Loading…
Reference in New Issue