1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Auto codespace: print event name and type to debug why it "ups" after closing the pull request (#54751)

This commit is contained in:
Kevin Heis
2025-03-10 10:51:16 -07:00
committed by GitHub
parent d88dce330b
commit a07f57f2a9

View File

@@ -46,6 +46,14 @@ jobs:
LOGIN: docs-bot LOGIN: docs-bot
REPO: github/docs-internal REPO: github/docs-internal
steps: steps:
- name: Print event details
run: |
echo "github.event_name: ${{ github.event_name }}"
echo "github.event.action: ${{ github.event.action }}"
echo "github.actor: ${{ github.actor }}"
echo "github.event.pull_request.auto_merge: ${{ github.event.pull_request.auto_merge }}"
echo "github.triggering_actor: ${{ github.triggering_actor }}"
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Check for existing codespace - name: Check for existing codespace