Skip to content

Commit c5e2f25

Browse files
authored
Merge pull request #14 from jagdish-15/add-sync-workflow
variable name mismatch
2 parents 3b3925b + b76a630 commit c5e2f25

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
@@ -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)