diff --git a/.github/workflows/renovate-rebase.yaml b/.github/workflows/renovate-rebase.yaml index 4688e4dd..9c28eb01 100644 --- a/.github/workflows/renovate-rebase.yaml +++ b/.github/workflows/renovate-rebase.yaml @@ -32,5 +32,6 @@ jobs: GITHUB_TOKEN: "${{ steps.oauth-token.outputs.token }}" shell: bash run: | + sleep 30 gh api --method PUT /repos/${{ github.event.pull_request.base.repo.full_name }}/pulls/${{ github.event.pull_request.number }}/update-branch \ --field expected_head_sha=${{ github.event.pull_request.head.sha }}