We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 165d9f6 commit 2d8c996Copy full SHA for 2d8c996
2 files changed
.github/workflows/integration.yml
@@ -267,7 +267,6 @@ jobs:
267
ref: ${{ inputs.ref || github.event.pull_request.head.sha || github.sha }}
268
269
- name: "integration(cli): run a slack cli version check"
270
- id: version
271
uses: ./cli
272
with:
273
command: "version"
cli/action.yml
@@ -102,6 +102,8 @@ runs:
102
exit_code=$?
103
set -e
104
105
+ echo "$output"
106
+
107
echo "ok=$([ $exit_code -eq 0 ] && echo 'true' || echo 'false')" >> "$GITHUB_OUTPUT"
108
echo "time=$(date +%s)" >> "$GITHUB_OUTPUT"
109
0 commit comments