We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b3925b + b76a630 commit c5e2f25Copy full SHA for c5e2f25
1 file changed
.github/workflows/configlet-sync.yml
@@ -33,7 +33,7 @@ jobs:
33
id: sync_test
34
run: |
35
mkdir -p .github/auto-sync
36
- output="$(./bin/configlet sync --tests | tee .github/auto-sync/sync-test-output.txt)"
+ configlet_raw_output="$(./bin/configlet sync --tests | tee .github/auto-sync/sync-test-output.txt)"
37
38
echo "configlet output:"
39
echo "$configlet_raw_output"
0 commit comments