Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Launchable: Fix broken links by passing GITHUB_SERVER_URL (ruby#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.
- Loading branch information