We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30603ec commit 27fb44cCopy full SHA for 27fb44c
.github/workflows/codeboarding-docs.yaml
@@ -69,7 +69,7 @@ jobs:
69
id: codeboarding
70
uses: CodeBoarding/CodeBoarding-GHAction@0.1.2
71
with:
72
- repository_url: ${{ github.event.inputs.repository_url || github.server_url }}/${{ github.repository }}
+ repository_url: ${{ github.event.inputs.repository_url }}
73
source_branch: ${{ steps.set-branches.outputs.source_branch }}
74
target_branch: ${{ steps.set-branches.outputs.target_branch }}
75
output_directory: ${{ github.event.inputs.output_directory || '.codeboarding' }}
0 commit comments