We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9aa802 commit 932252dCopy full SHA for 932252d
1 file changed
.github/workflows/github-action-variable-01.yml
@@ -15,6 +15,7 @@ jobs:
15
MESSAGE: Hello
16
steps:
17
- name: "It's Day!"
18
+ if: ${{ env.DAY_OF_WEEK == 'Thursday'}}
19
run: echo "$MESSAGE, Today is $DAY_OF_WEEK!"
20
21
0 commit comments