We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fcab4 commit e2d44efCopy full SHA for e2d44ef
1 file changed
.github/workflows/context.yml
@@ -7,6 +7,9 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: "My step"
10
- run: echo "Hello. $MY_ACTION"
+ run: |
11
+ echo "Hello. $MY_ACTION"
12
+ echo "Actor! $MY_ACTOR"
13
env:
- MY_ACTION: ${{ github.action }}
14
+ MY_ACTION: ${{ github.action }}
15
+ MY_ACTOR: ${{ github.actor}}
0 commit comments