Skip to content

Commit 73fcab4

Browse files
authored
attempt
1 parent 3bd3ee4 commit 73fcab4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/context.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on: ['push']
55
jobs:
66
my-Context:
77
runs-on: ubuntu-latest
8-
steps:
9-
env:
10-
MY_ACTION: ${{ github.action }}
8+
steps:
119
- name: "My step"
12-
run: echo "Hello. $MY_ACTION"
10+
run: echo "Hello. $MY_ACTION"
11+
env:
12+
MY_ACTION: ${{ github.action }}

0 commit comments

Comments
 (0)