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 | ||
Check failure on line 5 in .github/workflows/output.yml GitHub Actions / output informationInvalid workflow file
|
||
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 |