Skip to content

Commit

Permalink
Create get_events.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mtcarlone authored Jan 13, 2025
1 parent 857193f commit 732e5ff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/get_events.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
on:
pull_request:
types: [opened, closed, reopened]
push:

jobs:
printJob:
name: Print event
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"

0 comments on commit 732e5ff

Please sign in to comment.