Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fragrans authored Jun 6, 2024
1 parent df05ce7 commit 8f92adc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
run: ls .
- run: echo ${{ github.ref_name }}
- name: "Say Hello Mona it's Monday"
run: echo "$Greeting $First_Name. Today is $DAY_OF_WEEK!"
run: |
echo "$Greeting $First_Name. Today is $DAY_OF_WEEK!"
echo "${{ env.Greeting }} ${{ env.First_Name }}. Today is ${{ env.DAY_OF_WEEK }}!"
echo "${{ env.DEMO_Y }} ${{ vars.VAR_Z}}"
env:
First_Name: Mona

0 comments on commit 8f92adc

Please sign in to comment.