From 019660eed6711b83fdc9a6a283f8458bfaaeede0 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Wed, 12 Feb 2025 09:58:58 +0000 Subject: [PATCH] Fix warning. --- .github/actions/vmactions/template.yml | 7 +------ .github/workflows/test.yml | 4 ---- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/actions/vmactions/template.yml b/.github/actions/vmactions/template.yml index eea9e0d..0ce27ce 100644 --- a/.github/actions/vmactions/template.yml +++ b/.github/actions/vmactions/template.yml @@ -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}} \ No newline at end of file + run: . ./test.sh \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 686ed0e..371433d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -158,10 +158,6 @@ jobs: - name: Test uses: ./.github/actions/vmactions - with: - usesh: true - copyback: false - run: . ./test.sh test-wasip1: runs-on: ubuntu-latest