Skip to content

Commit 0f84382

Browse files
authored
Update configlet-sync.yml to fix the command for tests
1 parent 8d03422 commit 0f84382

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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run configlet sync for test and capture output
3333
id: sync_test
3434
run: |
35-
./bin/configlet sync --test | tee .github/auto-sync/sync-test-output.txt
35+
./bin/configlet sync --tests | tee .github/auto-sync/sync-test-output.txt
3636
echo "output<<EOF" >> $GITHUB_OUTPUT
3737
cat .github/auto-sync/sync-test-output.txt >> $GITHUB_OUTPUT
3838
echo "EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)