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 c828cfc commit 739ba25Copy full SHA for 739ba25
.github/workflows/example-usage.yml
@@ -29,8 +29,7 @@ jobs:
29
id: codeboarding
30
uses: ./ # Use the local action (when this is published, users would use: owner/repo@version)
31
with:
32
- endpoint_url: ${{ vars.CODEBOARDING_ENDPOINT || 'http://0.0.0.0:8000/generate_docs' }}
33
- repository_url: ${{ github.event.inputs.test_repo || '' }}
+ repository_url: ${{ github.repository }}
34
output_directory: '.codeboarding'
35
36
- name: Display Action Results
action.yml
@@ -14,8 +14,7 @@ inputs:
14
15
repository_url:
16
description: 'Repository URL to fetch documentation for (defaults to current repository)'
17
- required: false
18
- default: ''
+ required: true
19
20
outputs:
21
files_created:
0 commit comments