Skip to content

Create greetings.yml #9

Create greetings.yml

Create greetings.yml #9

Workflow file for this run

name: "Context Examples"

Check failure on line 1 in .github/workflows/context.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/context.yml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: my-context
on: ['push']
jobs:
my-context:
runs-on:
steps:
- name: "My Step"
run: echo "Hello! $MY_ACTION"
env:
MY_ACTION: ${{github.action}}