Skip to content

adding actor github context. #2

adding actor github context.

adding actor github context. #2

Workflow file for this run

name: Context Example
on: ['push']
jobs:
context-example:
runs-on: ubuntu-latest
steps:
- name: Echo step
run: |
echo "Hello! $MY_ACTION"
env:
MY_ACTION: ${{ github.action }}
MY_ACTOR: ${{ github.actor }}