Skip to content

Commit 3d2d491

Browse files
committed
Testing new workflow
1 parent d432f58 commit 3d2d491

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/configlet-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
id: sync_test
5353
shell: bash {0}
5454
run: |
55-
configlet_raw_output="$(./bin/configlet sync --tests 2>&1)"
55+
configlet_raw_output="$(./bin/configlet sync --tests)"
5656
exit_code=$?
5757
echo "exit_code=$exit_code" >> "$GITHUB_OUTPUT"
5858
printf "output<<EOF\n%s\nEOF\n" "$configlet_raw_output" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)