We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aca68f commit ba7aa74Copy full SHA for ba7aa74
.github/workflows/deploy.yaml
@@ -49,5 +49,5 @@ jobs:
49
git commit -S -am "[${ENV%-*}] ${{ github.event.repository.name }}: deploy $TAG"$'\n\n'"$(
50
echo "Triggered by ${{ github.event.repository.url }}/actions/runs/${{ github.run_id }}")"$'\n\n'"$(
51
echo "Co-authored-by: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>")"
52
- git push origin HEAD
+ git push origin HEAD || { git pull --rebase origin HEAD && git push origin HEAD }
53
echo "Deployed $TAG with commit https://github.com/${{ github.repository_owner }}/kyber-applications/commit/$(git rev-parse --short HEAD)" >> "$GITHUB_STEP_SUMMARY"
0 commit comments