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.
2 parents 7730a50 + 0cf40a5 commit ab56210Copy full SHA for ab56210
.github/workflows/configlet-sync.yml
@@ -29,12 +29,11 @@ jobs:
29
branch: configlet-auto-sync
30
delete-branch: true
31
32
- - name: Run configlet sync for test and capture output
+ - name: Run configlet sync for tests
33
id: sync_test
34
run: |
35
- ./bin/configlet sync --tests | tee .github/auto-sync/sync-test-output.txt
36
echo "output<<EOF" >> $GITHUB_OUTPUT
37
- cat .github/auto-sync/sync-test-output.txt >> $GITHUB_OUTPUT
+ ./bin/configlet sync --tests >> $GITHUB_OUTPUT
38
echo "EOF" >> $GITHUB_OUTPUT
39
40
- name: Create issue if tests are not synced
@@ -44,3 +43,4 @@ jobs:
44
43
token: ${{ secrets.GITHUB_TOKEN }}
45
title: "🚨 configlet sync --test found unsynced tests"
46
content-filepath: .github/auto-sync/sync-test-output.txt
+
0 commit comments