Skip to content

Commit af065c1

Browse files
committed
Adding skip update flag.
1 parent 66e2922 commit af065c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/resources/.actions/cli-runner/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ runs:
8282
SLACK_SERVICE_TOKEN: $SLACK_SERVICE_TOKEN
8383
VERBOSE: ${{ inputs.verbose }}
8484
run: |
85-
cmd="slack ${{ inputs.command }}"
85+
cmd="slack --skip-update ${{ inputs.command }}"
8686
if [ "${{ inputs.verbose }}" == "true" ]; then
8787
cmd="$cmd --verbose"
8888
fi

0 commit comments

Comments
 (0)