GithubHelp home page GithubHelp logo

actions-set-env-vars's Introduction

actions-set-env-vars

Dynamically sets the .env file based on the env input (if supplied), or auto-detects based on branch name (target branch if a pull request).

Then sets each env var as a github "output" on the action.

Also sets NODE_VERSION from a .nvmrc, if found

Usage

jobs:
  your_job:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2

      - name: Set env vars
        id: set-env-vars
        uses: aplaceformom/actions-set-env-vars@main
        # OPTIONAL
        # with:
        #  env: dev

      - name: Setup node
        uses: actions/setup-node@v1
        with:
          node-version: ${{ steps.set-env-vars.outputs.NODE_VERSION }}

      - name: Read .env file
        run: cat .env

      - name: Echo some variable
        runs: echo ${{ steps.set-env-vars.outputs.SOME_VARIABLE }}

actions-set-env-vars's People

Contributors

nathanjessen avatar paulsears avatar sarink avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

actions-set-env-vars's Issues

GitHub Action Commands Deprecated and soon to be disabled

The save-state and set-output commands are deprecated and will start to fail in workflows at the end of May.
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Action authors who are using the toolkit should update the @actions/core package to v1.10.0 or greater to get the updated saveState and setOutput functions.

The dependencies in this repo need updated and the dist files should be updated and tested for workflows that use the action.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.