Skip to content

Commit

Permalink
Added output workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
s-r-hama committed Jan 5, 2024
1 parent 7029139 commit e3df1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: output information
on: workflow_dispatch
jobs:
info:
runs_on: ubuntu-latest
runs-on: ubuntu-latest
steps:
- name: Output Github context
run: echo "${{toJSON(github)}}" #github key : one of the official available keys in the context of such a job. github is a reserved keyword here

0 comments on commit e3df1ff

Please sign in to comment.