Skip to content

Fixed Michael Ryan Authorship Metadata (2023.acl-long.269) (2024.acl-long.862) (2024.acl-long.853) #136

Fixed Michael Ryan Authorship Metadata (2023.acl-long.269) (2024.acl-long.862) (2024.acl-long.853)

Fixed Michael Ryan Authorship Metadata (2023.acl-long.269) (2024.acl-long.862) (2024.acl-long.853) #136

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

Check failure on line 19 in .github/workflows/print-info.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/print-info.yml

Invalid workflow file

You have an error in your yaml syntax on line 19