Skip to content

Update 2024.jeptalnrecital.xml #77

Update 2024.jeptalnrecital.xml

Update 2024.jeptalnrecital.xml #77

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: |
echo "Event Name: ${{ github.event_name }}"
echo "Action: ${{ github.event.action }}"
echo "PR Title: ${{ github.event.pull_request.title }}"
echo "Original PR Body: ${{ github.event.pull_request.body }}"