We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e2922 commit af065c1Copy full SHA for af065c1
.github/resources/.actions/cli-runner/action.yml
@@ -82,7 +82,7 @@ runs:
82
SLACK_SERVICE_TOKEN: $SLACK_SERVICE_TOKEN
83
VERBOSE: ${{ inputs.verbose }}
84
run: |
85
- cmd="slack ${{ inputs.command }}"
+ cmd="slack --skip-update ${{ inputs.command }}"
86
if [ "${{ inputs.verbose }}" == "true" ]; then
87
cmd="$cmd --verbose"
88
fi
0 commit comments