Skip to content

Commit e2d44ef

Browse files
authored
actor
1 parent 73fcab4 commit e2d44ef

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/context.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: "My step"
10-
run: echo "Hello. $MY_ACTION"
10+
run: |
11+
echo "Hello. $MY_ACTION"
12+
echo "Actor! $MY_ACTOR"
1113
env:
12-
MY_ACTION: ${{ github.action }}
14+
MY_ACTION: ${{ github.action }}
15+
MY_ACTOR: ${{ github.actor}}

0 commit comments

Comments
 (0)