Skip to content

Commit

Permalink
use vars.MY_VARIABLE_NAME
Browse files Browse the repository at this point in the history
  • Loading branch information
homebeaver committed Dec 15, 2024
1 parent 9c8b86f commit 02a5885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
env:
Greeting: Hello
steps:
- name: "Say Hello Mona it's Monday"
run: echo "$MY_VARIABLE_NAME" "$First_Name" "${{ MY_VARIABLE_NAME }}" "${{ github.event.name }}"
- name: ${{ vars.MY_VARIABLE_NAME }}
run: echo "$MY_VARIABLE_NAME" "$First_Name" "${{ github.event.name }}"
env:
First_Name: Mona

Expand Down

0 comments on commit 02a5885

Please sign in to comment.