Skip to content

Commit

Permalink
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/actions/vmactions/template.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: VM Actions matrix
description: VM Actions matrix template

inputs:
run:
description: The CI command to run
required: true

runs:
using: "composite"
using: composite
steps:
- name: Test
uses: ${VMACTIONS}
- uses: ${VMACTIONS}
with:
usesh: true
copyback: false
run: . ./test.sh
run: ${{inputs.run}}

0 comments on commit e9d6509

Please sign in to comment.