Skip to content

Commit 490c693

Browse files
authored
Update configlet-sync.yml
1 parent 9d7981e commit 490c693

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/configlet-sync.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ jobs:
5252
- name: Run configlet sync for test and capture output
5353
id: sync_test
5454
run: |
55-
configlet_raw_output="$(./bin/configlet sync --tests 2>&1)"
56-
echo "$configlet_raw_output"
55+
configlet_raw_output="$(./bin/configlet sync --tests | tee .github/sync-test-output.txt)"
5756
5857
printf "configlet output:\n%s\n" "$configlet_raw_output"
5958
mkdir -p temp

0 commit comments

Comments
 (0)