Skip to content

Commit 739ba25

Browse files
committed
Updated action properties
1 parent c828cfc commit 739ba25

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/example-usage.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
id: codeboarding
3030
uses: ./ # Use the local action (when this is published, users would use: owner/repo@version)
3131
with:
32-
endpoint_url: ${{ vars.CODEBOARDING_ENDPOINT || 'http://0.0.0.0:8000/generate_docs' }}
33-
repository_url: ${{ github.event.inputs.test_repo || '' }}
32+
repository_url: ${{ github.repository }}
3433
output_directory: '.codeboarding'
3534

3635
- name: Display Action Results

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ inputs:
1414

1515
repository_url:
1616
description: 'Repository URL to fetch documentation for (defaults to current repository)'
17-
required: false
18-
default: ''
17+
required: true
1918

2019
outputs:
2120
files_created:

0 commit comments

Comments
 (0)