Skip to content

Commit 019660e

Browse files
committed
Fix warning.
1 parent 30c1bcd commit 019660e

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed
+1-6
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
name: VM Actions matrix
22
description: VM Actions matrix template
33

4-
inputs:
5-
run:
6-
description: The CI command to run
7-
required: true
8-
94
runs:
105
using: composite
116
steps:
127
- uses: ${VMACTIONS}
138
with:
149
usesh: true
1510
copyback: false
16-
run: ${{inputs.run}}
11+
run: . ./test.sh

.github/workflows/test.yml

-4
Original file line numberDiff line numberDiff line change
@@ -158,10 +158,6 @@ jobs:
158158

159159
- name: Test
160160
uses: ./.github/actions/vmactions
161-
with:
162-
usesh: true
163-
copyback: false
164-
run: . ./test.sh
165161

166162
test-wasip1:
167163
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)