Skip to content

Bx-Tech/bx-workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 

Repository files navigation

bx-workflows

Shared GitHub Action Workflows

Note: in order to use environment variables, they must be passed as an input to the workflow using the with keyword in the parent job. They can then be set in the child job using:

env:
    MY_VARIABLE: ${{ inputs.myInput }}

About

Shared GitHub Action Workflows

Resources

Stars

Watchers

Forks