Skip to content

Commit

Permalink
chore: retry pushing converted code in registry conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Jul 11, 2023
1 parent 3f466a1 commit 304e250
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/registry-docs-pr-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ jobs:
git checkout -b d-cdktf-docs-${{ github.run_id }}-${{ github.run_number }}
git add .
git commit -m "cdktf: update ${{ matrix.files }}"
git pull origin d-cdktf-docs-${{ github.run_id }}-${{ github.run_number }} --rebase
git push origin d-cdktf-docs-${{ github.run_id }}-${{ github.run_number }}
for i in $(seq 1 10); do git pull origin d-cdktf-docs-${{ github.run_id }}-${{ github.run_number }} --rebase && git push origin d-cdktf-docs-${{ github.run_id }}-${{ github.run_number }} && break || sleep 15; done
cdktfDocsCreatePR:
needs:
Expand Down

0 comments on commit 304e250

Please sign in to comment.