Skip to content

output information

output information #1

Workflow file for this run

name: output information
on: workflow_dispatch
jobs:
info:
runs-on: ubuntu-latest
steps:
- name: output github context
run: echo "${{ toJSON(github) }}"