From b93b91841264269c83fec382b3adcc209b30433d Mon Sep 17 00:00:00 2001 From: Domenic Barbuzzi Date: Tue, 17 Dec 2024 18:45:13 -0500 Subject: [PATCH] temp versions --- actions/testmo-create-resources/action.yml | 2 +- actions/testmo-run-complete/action.yml | 2 +- actions/testmo-run-create/action.yml | 2 +- actions/testmo-run-submit-thread/action.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/actions/testmo-create-resources/action.yml b/actions/testmo-create-resources/action.yml index ddbaa90..7a9a72f 100644 --- a/actions/testmo-create-resources/action.yml +++ b/actions/testmo-create-resources/action.yml @@ -16,7 +16,7 @@ runs: using: composite steps: - name: install Testmo CLI tool - uses: neuralmagic/nm-actions/actions/install-testmo@v1.11.0 + uses: neuralmagic/nm-actions/actions/install-testmo@testmo-bugfix-test.0 - name: add actions path to PATH shell: bash diff --git a/actions/testmo-run-complete/action.yml b/actions/testmo-run-complete/action.yml index da64f8c..47769e6 100644 --- a/actions/testmo-run-complete/action.yml +++ b/actions/testmo-run-complete/action.yml @@ -17,7 +17,7 @@ runs: using: composite steps: - name: install Testmo CLI tool - uses: neuralmagic/nm-actions/actions/install-testmo@v1.11.0 + uses: neuralmagic/nm-actions/actions/install-testmo@testmo-bugfix-test.0 - run: | echo "completing TESTMO run ..." diff --git a/actions/testmo-run-create/action.yml b/actions/testmo-run-create/action.yml index 5e7821f..dd65a01 100644 --- a/actions/testmo-run-create/action.yml +++ b/actions/testmo-run-create/action.yml @@ -28,7 +28,7 @@ runs: using: composite steps: - name: install Testmo CLI tool - uses: neuralmagic/nm-actions/actions/install-testmo@v1.11.0 + uses: neuralmagic/nm-actions/actions/install-testmo@testmo-bugfix-test.0 - name: create run id: testmo_id diff --git a/actions/testmo-run-submit-thread/action.yml b/actions/testmo-run-submit-thread/action.yml index 716c94b..819a9cf 100644 --- a/actions/testmo-run-submit-thread/action.yml +++ b/actions/testmo-run-submit-thread/action.yml @@ -32,7 +32,7 @@ runs: using: composite steps: - name: install Testmo CLI tool - uses: neuralmagic/nm-actions/actions/install-testmo@v1.11.0 + uses: neuralmagic/nm-actions/actions/install-testmo@testmo-bugfix-test.0 - name: add scripts folder to PATH run: echo "${{ github.action_path }}/../../scripts" >> $GITHUB_PATH