Skip to content

Commit 9b30b35

Browse files
authored
Update configlet-sync.yml
1 parent 197d114 commit 9b30b35

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/configlet-sync.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +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 || true)"
56-
57-
printf "configlet output:\n%s\n" "$configlet_raw_output"
58-
printf 'output<<EOF\n%s\nEOF\n' "$configlet_raw_output" > "$GITHUB_OUTPUT"
55+
printf 'output<<EOF\n%s\nEOF\n' "$(./bin/configlet sync --tests 2>&1 || true)" > "$GITHUB_OUTPUT"
5956
6057
- name: Find existing issue for test sync
6158
id: find_issue

0 commit comments

Comments
 (0)