Skip to content

last

last #33

Workflow file for this run

name: Check context
#last
on:
push:
issue_comment:
pull_request:
jobs:
one:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: |
echo "$GITHUB_CONTEXT"
echo ${{ github.issue.number }}