Skip to content

fix the runner

fix the runner #2

Workflow file for this run

name: Context Examples
on: ['push']
jobs:
my-context:
runs-on: ubuntu-latest
steps:
- name: "My Step"
run: echo "Hello! $MY_ACTION"
env:
MY_ACTION: ${{ github.action }}