We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82da5d0 commit b76a630Copy full SHA for b76a630
.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