Skip to content

Commit

Permalink
gomu action flag fix (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbejarano820 committed Sep 23, 2023
1 parent ca3d1aa commit 8629b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8629b53

Please sign in to comment.