diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 701a47d..016af5f 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -4,11 +4,19 @@ on: branches: - master - dev + +env: + DAY_OF_WEEK: Monday + jobs: test: environment: testing runs-on: ubuntu-latest 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 uses: actions/checkout@v3 - name: Install NodeJS