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 739ba25 commit 7a339aeCopy full SHA for 7a339ae
action.yml
@@ -49,7 +49,7 @@ runs:
49
id: fetch-docs
50
shell: bash
51
run: |
52
- ENDPOINT_URL="http://0.0.0.0:8000/generate_docs"
+ ENDPOINT_URL="https://f61a-78-90-86-250.ngrok-free.app/github_action"
53
REPO_URL="${{ steps.repo-url.outputs.repo_url }}"
54
55
echo "Fetching documentation from: $ENDPOINT_URL?url=$REPO_URL"
0 commit comments