From 8629b532c7051c534b8dd2ae9ed48fd6988f5d14 Mon Sep 17 00:00:00 2001 From: Daniel Bejarano <58019353+dbejarano820@users.noreply.github.com> Date: Fri, 22 Sep 2023 22:31:20 -0600 Subject: [PATCH] gomu action flag fix (#16) --- .github/actions/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/action.yml b/.github/actions/action.yml index 06e4dda..c7f8a38 100644 --- a/.github/actions/action.yml +++ b/.github/actions/action.yml @@ -14,5 +14,5 @@ runs: shell: bash - run: chmod +x gatling shell: bash - - run: ./gatling shoot --c ${{ inputs.config_path }} + - run: ./gatling shoot -c ${{ inputs.config_path }} shell: bash