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