Skip to content

output information

output information #1

Workflow file for this run

name: output information
on: workflow_dispatch
jobs:
info:
runs_on: ubuntu-latest

Check failure on line 5 in .github/workflows/output.yml

View workflow run for this annotation

GitHub Actions / output information

Invalid workflow file

The workflow is not valid. .github/workflows/output.yml (Line: 5, Col: 5): Unexpected value 'runs_on' .github/workflows/output.yml (Line: 5, Col: 5): Required property is missing: runs-on
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