Skip to content

Commit

Permalink
Add output workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DomZem committed Dec 19, 2024
1 parent 62acabd commit 3d4b51a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/output.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
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."

0 comments on commit 3d4b51a

Please sign in to comment.