Skip to content

Commit 7a339ae

Browse files
committed
Added the new action
1 parent 739ba25 commit 7a339ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
id: fetch-docs
5050
shell: bash
5151
run: |
52-
ENDPOINT_URL="http://0.0.0.0:8000/generate_docs"
52+
ENDPOINT_URL="https://f61a-78-90-86-250.ngrok-free.app/github_action"
5353
REPO_URL="${{ steps.repo-url.outputs.repo_url }}"
5454
5555
echo "Fetching documentation from: $ENDPOINT_URL?url=$REPO_URL"

0 commit comments

Comments
 (0)