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 8a37599 commit 86c95e5Copy full SHA for 86c95e5
1 file changed
cli/action.yml
@@ -86,6 +86,7 @@ runs:
86
SLACK_CLI_VERSION: ${{ inputs.version }}
87
88
- name: Bash Run Slack CLI command
89
+ id: slack-cli-unix
90
if: runner.os != 'Windows'
91
shell: bash
92
env:
@@ -118,6 +119,7 @@ runs:
118
119
fi
120
121
- name: Pwsh Run Slack CLI command
122
+ id: slack-cli-windows
123
if: runner.os == 'Windows'
124
shell: pwsh
125
0 commit comments