Skip to content

Create get_events.yml #2

Create get_events.yml

Create get_events.yml #2

Workflow file for this run

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"