Skip to content

v0.0.0-test2

v0.0.0-test2 #3

Workflow file for this run

# change this to the event type you want to get the data for
"on":
release:
types:
- "created"
- "published"
push:
jobs:
printJob:
name: Print event
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: |
echo "$GITHUB_CONTEXT"