Skip to content

Commit 38712b5

Browse files
committed
Added constant endpoint url
1 parent 48c6d68 commit 38712b5

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="https://3783-87-97-179-201.ngrok-free.app/github_action"
52+
ENDPOINT_URL="https://server.codeboarding.org/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)