Skip to content

Update github-action-variable-01.yml #2

Update github-action-variable-01.yml

Update github-action-variable-01.yml #2

### github-action-variable-01.yml
name: Test Github Actions variable-01
on:
push
env:
DAY_OF_WEEK: Friday
jobs:
check-var:
runs-on: ubuntu-latest
env:
MESSAGE: Hello
steps:
- name: "It's Day!"
run: echo "$MESSAGE, Today is $DAY_OF_WEEK!"