File tree Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Expand file tree Collapse file tree 3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,6 @@ inputs:
38
38
Directory to (re-)checkout source codes. Launchable retrives the commit information
39
39
from the directory.
40
40
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
-
46
41
runs :
47
42
using : composite
48
43
Original file line number Diff line number Diff line change 90
90
if : ${{ matrix.test_task == 'check' && matrix.skipped_tests }}
91
91
92
92
- name : Set up Launchable
93
- id : enable-launchable
94
93
uses : ./.github/actions/launchable/setup
95
94
with :
96
95
os : ${{ matrix.os }}
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ jobs:
107
107
if : ${{ matrix.test_task == 'check' && matrix.skipped_tests }}
108
108
109
109
- name : Set up Launchable
110
- id : enable-launchable
111
110
uses : ./.github/actions/launchable/setup
112
111
with :
113
112
os : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments