Skip to content

Commit 0669ab1

Browse files
committed
context actor
1 parent c4fc57a commit 0669ab1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/context.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ jobs:
99
- name: "My Step"
1010
run: echo "Hello! $MY_ACTION"
1111
env:
12-
MY_ACTION: ${{ github.action }}
12+
MY_ACTION: ${{ github.action }}
13+
MY_ACTOR: ${{ github.actor }}

0 commit comments

Comments
 (0)