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 "The event name is $GITHUB_EVENT_NAME, the repository is $GITHUB_REPOSITORY, and the workflow is $GITHUB_WORKFLOW."