Skip to content

Commit ab56210

Browse files
authored
Merge branch 'main' into add-sync-workflow
2 parents 7730a50 + 0cf40a5 commit ab56210

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/configlet-sync.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ jobs:
2929
branch: configlet-auto-sync
3030
delete-branch: true
3131

32-
- name: Run configlet sync for test and capture output
32+
- name: Run configlet sync for tests
3333
id: sync_test
3434
run: |
35-
./bin/configlet sync --tests | tee .github/auto-sync/sync-test-output.txt
3635
echo "output<<EOF" >> $GITHUB_OUTPUT
37-
cat .github/auto-sync/sync-test-output.txt >> $GITHUB_OUTPUT
36+
./bin/configlet sync --tests >> $GITHUB_OUTPUT
3837
echo "EOF" >> $GITHUB_OUTPUT
3938
4039
- name: Create issue if tests are not synced
@@ -44,3 +43,4 @@ jobs:
4443
token: ${{ secrets.GITHUB_TOKEN }}
4544
title: "🚨 configlet sync --test found unsynced tests"
4645
content-filepath: .github/auto-sync/sync-test-output.txt
46+

0 commit comments

Comments
 (0)