Skip to content

Commit b76a630

Browse files
committed
variable name mismatch
1 parent 82da5d0 commit b76a630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/configlet-sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: sync_test
3434
run: |
3535
mkdir -p .github/auto-sync
36-
output="$(./bin/configlet sync --tests | tee .github/auto-sync/sync-test-output.txt)"
36+
configlet_raw_output="$(./bin/configlet sync --tests | tee .github/auto-sync/sync-test-output.txt)"
3737
3838
echo "configlet output:"
3939
echo "$configlet_raw_output"

0 commit comments

Comments
 (0)