Skip to content

Commit 6ca8bc8

Browse files
authored
Launchable: Fix broken links by passing GITHUB_SERVER_URL (#12704)
@peterzhu2118 mentioned that "View workflow run" button is broken in Launchable. It's because invalid URL is sent from compilers/actions.yaml. Launchable CLI builds URL based on the environment variables. In those variables, GITHUB_SERVER_URL is not set in this case. Hence, I set GITHUB_SERVER_URL in compilers/actions.yaml in this PR.
1 parent 141f292 commit 6ca8bc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/actions/compilers/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,5 @@ runs:
122122
--env GITHUB_EVENT_NAME
123123
--env GITHUB_SHA
124124
--env GITHUB_HEAD_REF
125+
--env GITHUB_SERVER_URL
125126
'ghcr.io/ruby/ruby-ci-image:${{ inputs.tag }}'

0 commit comments

Comments
 (0)