From 5f586a34eb4a9f7683b05f3a3e675e662b4f9759 Mon Sep 17 00:00:00 2001 From: finn Date: Thu, 9 Nov 2023 15:33:23 -0800 Subject: [PATCH] fix github action invocation --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d0b06db..8f15a3a 100644 --- a/action.yml +++ b/action.yml @@ -8,5 +8,5 @@ runs: bin="${GITHUB_ACTION_PATH}/web5-test-harness" wget --quiet -O "${bin}" "https://github.com/TBD54566975/sdk-development/releases/download/${spec_test_version}/web5-test-harness-linux-amd64" chmod +x "${bin}" - "${bin}" one .web5-spec + "${bin}" one shell: bash