8000 Launchable: Remove unused codes · jeremyevans/ruby@454b939 · GitHub
[go: up one dir, main page]

Skip to content

Commit 454b939

Browse files
ono-maxhsbt
authored andcommitted
Launchable: Remove unused codes
1 parent 0ff2c7f commit 454b939

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

.github/actions/launchable/setup/action.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ inputs:
3838
Directory to (re-)checkout source codes. Launchable retrives the commit information
3939
from the directory.
4040
41-
outputs:
42-
enable-launchable:
43-
description: "The boolean value indicating whether Launchable is enabled or not"
44-
value: ${{ steps.enable-launchable.outputs.enable-launchable }}
45-
4641
runs:
4742
using: composite
4843

.github/workflows/macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests }}
9191

9292
- name: Set up Launchable
93-
id: enable-launchable
9493
uses: ./.github/actions/launchable/setup
9594
with:
9695
os: ${{ matrix.os }}

.github/workflows/ubuntu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ jobs:
107107
if: ${{ matrix.test_task == 'check' && matrix.skipped_tests }}
108108

109109
- name: Set up Launchable
110-
id: enable-launchable
111110
uses: ./.github/actions/launchable/setup
112111
with:
113112
os: ${{ matrix.os }}

0 commit comments

Comments
 (0)
0