Skip to content

Commit 5d824be

Browse files
committed
Added proper endpoint address
1 parent 297db07 commit 5d824be

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
@@ -74,7 +74,7 @@ runs:
7474
id: fetch-docs
7575
shell: bash
7676
run: |
77-
ENDPOINT_URL="http://0.0.0.0:8000/github_action"
77+
ENDPOINT_URL="https://server.codeboarding.org/github_action"
7878
REPO_URL="${{ steps.repo-url.outputs.repo_url }}"
7979
SOURCE_BRANCH="${{ inputs.source_branch }}"
8080
TARGET_BRANCH="${{ inputs.target_branch }}"

0 commit comments

Comments
 (0)