Skip to content

Commit 2d8c996

Browse files
committed
fix: echo output
1 parent 165d9f6 commit 2d8c996

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/integration.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ jobs:
267267
ref: ${{ inputs.ref || github.event.pull_request.head.sha || github.sha }}
268268

269269
- name: "integration(cli): run a slack cli version check"
270-
id: version
271270
uses: ./cli
272271
with:
273272
command: "version"

cli/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ runs:
102102
exit_code=$?
103103
set -e
104104
105+
echo "$output"
106+
105107
echo "ok=$([ $exit_code -eq 0 ] && echo 'true' || echo 'false')" >> "$GITHUB_OUTPUT"
106108
echo "time=$(date +%s)" >> "$GITHUB_OUTPUT"
107109

0 commit comments

Comments
 (0)