Skip to content

Commit 4491143

Browse files
committed
Updating workflow file to print body od the issue
1 parent 6cbcf91 commit 4491143

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/configlet-sync.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,12 @@ jobs:
3434
run: |
3535
mkdir -p .github/auto-sync
3636
output="$(./bin/configlet sync --tests | tee .github/auto-sync/sync-test-output.txt)"
37+
echo "configlet output:"
38+
echo "$output"
3739
echo "output<<EOF" >> $GITHUB_OUTPUT
3840
echo "$output" >> $GITHUB_OUTPUT
3941
echo "EOF" >> $GITHUB_OUTPUT
40-
42+
4143
- name: Create issue if tests are not synced
4244
if: ${{ !contains(steps.sync_test.outputs.output, 'Every exercise has up-to-date tests!') }}
4345
uses: peter-evans/create-issue-from-file@v4

0 commit comments

Comments
 (0)