Skip to content

Commit

Permalink
oblt-cli/run: Move global flags before command (#48)
Browse files Browse the repository at this point in the history
* Move global flags before command

* Remove trailing white space
  • Loading branch information
reakaleek authored Jun 6, 2024
1 parent 5b8803b commit 686e94d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oblt-cli/run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ runs:
slack-channel: ${{ inputs.slack-channel }}
username: ${{ inputs.username }}
- name: run oblt-cli
run: oblt-cli ${{ inputs.command }} --verbose
run: oblt-cli --verbose ${{ inputs.command }}
shell: bash
env:
GITHUB_TOKEN: ${{ inputs.github-token }}

0 comments on commit 686e94d

Please sign in to comment.