Skip to content

11notes/action-inputs-to-env

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convert inputs to environment variables

This action will convert a json file and all inputs to environment variables.

Inputs

json

a json file, will be prefixed with JSON_

input

all the input variables as json, will be prefixed with INPUT_

YML example

- name: convert inputs to environment
  uses: 11notes/action-inputs-to-env@v1
  with:
    json: file.json
    input: ${{ toJSON(github.event.inputs) }}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors