Skip to content

Commit

Permalink
ci: Update debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Feb 12, 2024
1 parent b9d386b commit eee7fbe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ jobs:
run:
shell: bash -xe {0}
steps:
- run: |
echo "github.ref_name
\`\`\`json
${{ github.ref_name }}
\`\`\`" >> $GITHUB_STEP_SUMMARY
- run: echo ${{ github.event.commits[0].url }} >> $GITHUB_STEP_SUMMARY
- run: |
echo "GITHUB_EVENT_PATH
Expand Down

0 comments on commit eee7fbe

Please sign in to comment.