Skip to content

Commit

Permalink
Update variables3levels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paulienleeuwenburgh authored Apr 19, 2024
1 parent 405ab73 commit e83f2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/variables3levels.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: variables at 3 levels

on:
workflow_dispatch
on: workflow_dispatch

env:
DAY_OF_WEEK: Monday
Expand All @@ -13,6 +12,7 @@ jobs:
Greeting: Hello
steps:
- name: "Say Hello Mona it's Monday"
if: ${{ env.DAY_OF_WEEK == 'Monday' }}
run: echo "$Greeting $First_Name. Today is $DAY_OF_WEEK!"
env:
First_Name: Mona

0 comments on commit e83f2f7

Please sign in to comment.