Skip to content

another attempt at contet #3

another attempt at contet

another attempt at contet #3

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 }}
MY_ACOTR: ${{ github.actor }}