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.
1 parent 8d03422 commit 0f84382Copy full SHA for 0f84382
.github/workflows/configlet-sync.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Run configlet sync for test and capture output
33
id: sync_test
34
run: |
35
- ./bin/configlet sync --test | tee .github/auto-sync/sync-test-output.txt
+ ./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
38
echo "EOF" >> $GITHUB_OUTPUT
0 commit comments