diff options
| author | Naoto Ono <onoto1998@gmail.com> | 2024-12-10 11:15:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-10 02:15:01 +0000 |
| commit | 462e2cfccf592905c8735a5cf920c7efdd56cabb (patch) | |
| tree | 797807393067864c67eec1304262042711e79848 | |
| parent | cfc2b21a05ab1a6602a70331d895924851a527e9 (diff) | |
Launchable: Remove unnecessary command (#12299)
`launchable verify` command is designed for checking if CLI has been configured successfully. We've already checked it, so we don't need calling this command anymore.
Notes
Notes:
Merged-By: ono-max <onoto1998@gmail.com>
| -rw-r--r-- | .github/actions/launchable/setup/action.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/actions/launchable/setup/action.yml b/.github/actions/launchable/setup/action.yml index 606443938c..cd9d1b6fc9 100644 --- a/.github/actions/launchable/setup/action.yml +++ b/.github/actions/launchable/setup/action.yml @@ -133,7 +133,6 @@ runs: run: | set -x pip install --user launchable - launchable verify || true : # The build name cannot include a slash, so we replace the string here. github_ref="${{ github.ref }}" github_ref="${github_ref//\//_}" |
