diff --git a/oblt-cli/run/action.yml b/oblt-cli/run/action.yml index 64cabdec..4d22676c 100644 --- a/oblt-cli/run/action.yml +++ b/oblt-cli/run/action.yml @@ -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 }}