Skip to content
  • Naoto Ono's avatar
    6ca8bc85
    Launchable: Fix broken links by passing GITHUB_SERVER_URL (#12704) · 6ca8bc85
    Naoto Ono authored
    @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.
    6ca8bc85
    Launchable: Fix broken links by passing GITHUB_SERVER_URL (#12704)
    Naoto Ono authored
    @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