Skip to content

Remove affiliation from dialog #240

Remove affiliation from dialog

Remove affiliation from dialog #240

Workflow file for this run

name: print-info
on:
workflow_dispatch:
pull_request_target:
types: [opened]
jobs:
add-review-checklist:
runs-on: ubuntu-latest
steps:
- name: Print event details
run: |
cat << "END_OF_BLOCK"
Event Name: ${{ github.event_name }}
Action: ${{ github.event.action }}
PR Title: ${{ github.event.pull_request.title }}
Original PR Body: ${{ github.event.pull_request.body }}
END_OF_BLOCK