Skip to content

Commit

Permalink
chore: dont specify branch
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt committed Aug 14, 2023
1 parent e577fe0 commit f2dbaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/registry-docs-pr-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ jobs:
with:
repository: ${{ inputs.repository }}
ref: d-cdktf-docs-${{ github.run_id }}-${{ github.run_number }}
fetch-depth: 0 # complete checkout

- name: Create Pull Request
run: |
Expand All @@ -202,7 +203,6 @@ jobs:
--title "cdktf: update documentation" \
--body "This PR was automatically created by the [cdktf-docs-conversion workflow](https://github.com/hashicorp/terraform-cdk/blob/main/.github/workflows/cdktf-provider-docs-rollout.yml)." \
--base main \
--head d-cdktf-docs-${{ github.run_id }}-${{ github.run_number }} \
--repo ${{ inputs.repository }} \
-f
env:
Expand Down

0 comments on commit f2dbaa6

Please sign in to comment.