Skip to content

danubetech/github-action-log-build-context

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

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Log build context action

Logs process env variables set by Github

Custom env variables can be added with GLOBAL_ prefix on workflow level and will be logged first.

name: Workflow name

env:
  GLOBAL_TAG: v0.1.0

Add action to workflow:

jobs:
  build-context:
    runs-on: ubuntu-latest
    steps:
      - uses: danubetech/github-action-log-build-context@v0.1.0

About

Action logs build related information

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors