Skip to content

Added test for branches #12

Added test for branches

Added test for branches #12

Workflow file for this run

name: Test variables
on: pull_request
jobs:
build:
name: Get variables
runs-on: ubuntu-latest
steps:
- name: Print secret
run: echo "Hello the NEXT_MONGO_DB_URL is ${{env.NEXT_MONGO_DB_URL}}"
- name: Print variable
run: echo "Hello the NEXT_PUBLIC_NODE_ENV is ${{env.NEXT_PUBLIC_NODE_ENV}}"