Skip to content

Merge pull request #31 from yasuhiroki/dependabot/npm_and_yarn/cross-… #9

Merge pull request #31 from yasuhiroki/dependabot/npm_and_yarn/cross-…

Merge pull request #31 from yasuhiroki/dependabot/npm_and_yarn/cross-… #9

Workflow file for this run

on: push
name: environemnt variables
env:
NEW_ENV: value
jobs:
build:
name: test
runs-on: ubuntu-latest
steps:
- name: env
run: echo ${{ env }}
- name: custom environment variable
run: echo env.NEW_ENV = ${{ env.NEW_ENV }} \$NEW_ENV = $NEW_ENV
# Unrecognized ERROR
# - name: custom environment variable
# run: echo env[NEW_ENV] = ${{ env[NEW_ENV] }}
# run: echo env[PATH] = ${{ env[PATH] }}