Skip to content

fixed the typo in the LoResMT 2024 title (the The as the) #54

fixed the typo in the LoResMT 2024 title (the The as the)

fixed the typo in the LoResMT 2024 title (the The as the) #54

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 }}"