Skip to content

Commit 932252d

Browse files
authored
Update github-action-variable-01.yml
1 parent a9aa802 commit 932252d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/github-action-variable-01.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
MESSAGE: Hello
1616
steps:
1717
- name: "It's Day!"
18+
if: ${{ env.DAY_OF_WEEK == 'Thursday'}}
1819
run: echo "$MESSAGE, Today is $DAY_OF_WEEK!"
1920

2021

0 commit comments

Comments
 (0)