Output information #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |