Skip to content

Commit

Permalink
test file again
Browse files Browse the repository at this point in the history
  • Loading branch information
yufei118liu committed Jun 23, 2024
1 parent 1a8f98a commit 4e8113c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/print-info.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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 }}"

0 comments on commit 4e8113c

Please sign in to comment.