Update .gitea/workflows/deploy.yml
This commit is contained in:
@@ -4,11 +4,19 @@ on:
|
|||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- dev
|
- dev
|
||||||
|
|
||||||
|
env:
|
||||||
|
DAY_OF_WEEK: Monday
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
environment: testing
|
environment: testing
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Test Vustom Env Var 1
|
||||||
|
run: echo "$DAY_OF_WEEK"
|
||||||
|
- name: Test Vustom Env Var 2
|
||||||
|
run: echo "${{DAY_OF_WEEK}}"
|
||||||
- name: Get Code
|
- name: Get Code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install NodeJS
|
- name: Install NodeJS
|
||||||
|
|||||||
Reference in New Issue
Block a user