Project

General

Profile

« Previous | Next » 

Revision 6ca8bc85

Added by ono-max (Naoto Ono) 6 months ago

Launchable: Fix broken links by passing GITHUB_SERVER_URL (#12704)

@peterzhu2118 (Peter Zhu) 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.