Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hkusu committed Nov 22, 2023
1 parent 27d6012 commit 1d7be0b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ jobs:
- name: Show result
if: always()
shell: bash # for windlows
run: echo '${{ steps.report.outputs.exists-diff }}' >> "$GITHUB_STEP_SUMMARY"
run: |
{
echo '### outputs'
echo ''
echo '- exists-diff: \`${{ steps.report.outputs.exists-diff }}\`'
} >> "$GITHUB_STEP_SUMMARY"

0 comments on commit 1d7be0b

Please sign in to comment.