Skip to content

Commit 9c8b86f

Browse files
committed
echo MY_VARIABLE_NAME
1 parent dbd7e62 commit 9c8b86f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
Greeting: Hello
2929
steps:
3030
- name: "Say Hello Mona it's Monday"
31-
run: echo "$MY_VARIABLE_NAME" "$First_Name" "${{ my.variable.name }}" "${{ github.event.name }}"
31+
run: echo "$MY_VARIABLE_NAME" "$First_Name" "${{ MY_VARIABLE_NAME }}" "${{ github.event.name }}"
3232
env:
3333
First_Name: Mona
3434

0 commit comments

Comments
 (0)