Fix warning.

This commit is contained in:
Nuno Cruces
2025-02-12 09:58:58 +00:00
parent 30c1bcdbe9
commit 019660eed6
2 changed files with 1 additions and 10 deletions

View File

@@ -1,11 +1,6 @@
name: VM Actions matrix
description: VM Actions matrix template
inputs:
run:
description: The CI command to run
required: true
runs:
using: composite
steps:
@@ -13,4 +8,4 @@ runs:
with:
usesh: true
copyback: false
run: ${{inputs.run}}
run: . ./test.sh