Skip to content

Commit

Permalink
added output workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjun committed Jun 5, 2024
1 parent fa050c5 commit a3c3dad
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 "${{ toJSON(github) }}"

0 comments on commit a3c3dad

Please sign in to comment.