We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c1bcd commit 019660eCopy full SHA for 019660e
.github/actions/vmactions/template.yml
@@ -1,16 +1,11 @@
1
name: VM Actions matrix
2
description: VM Actions matrix template
3
4
-inputs:
5
- run:
6
- description: The CI command to run
7
- required: true
8
-
9
runs:
10
using: composite
11
steps:
12
- uses: ${VMACTIONS}
13
with:
14
usesh: true
15
copyback: false
16
- run: ${{inputs.run}}
+ run: . ./test.sh
.github/workflows/test.yml
@@ -158,10 +158,6 @@ jobs:
158
159
- name: Test
160
uses: ./.github/actions/vmactions
161
- with:
162
- usesh: true
163
- copyback: false
164
- run: . ./test.sh
165
166
test-wasip1:
167
runs-on: ubuntu-latest
0 commit comments