Skip to content

Commit 86c95e5

Browse files
committed
revert: return ids of outputs
1 parent 8a37599 commit 86c95e5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

cli/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ runs:
8686
SLACK_CLI_VERSION: ${{ inputs.version }}
8787

8888
- name: Bash Run Slack CLI command
89+
id: slack-cli-unix
8990
if: runner.os != 'Windows'
9091
shell: bash
9192
env:
@@ -118,6 +119,7 @@ runs:
118119
fi
119120
120121
- name: Pwsh Run Slack CLI command
122+
id: slack-cli-windows
121123
if: runner.os == 'Windows'
122124
shell: pwsh
123125
env:

0 commit comments

Comments
 (0)