We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd3ee4 commit 73fcab4Copy full SHA for 73fcab4
1 file changed
.github/workflows/context.yml
@@ -5,8 +5,8 @@ on: ['push']
5
jobs:
6
my-Context:
7
runs-on: ubuntu-latest
8
- steps:
9
- env:
10
- MY_ACTION: ${{ github.action }}
+ steps:
11
- name: "My step"
12
- run: echo "Hello. $MY_ACTION"
+ run: echo "Hello. $MY_ACTION"
+ env:
+ MY_ACTION: ${{ github.action }}
0 commit comments