Skip to content

Save the event payload and `env` from a GitHub action run and easily download them

License

Notifications You must be signed in to change notification settings

mheap/debug-artifact

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

Debug Artifacts

Uploads the event.json file and environment variables as an artifact for each GitHub Action run

Example Artifacts

Usage

name: Debug Artifacts
on: push

jobs:
  debug-artifacts:
    name: Debug Artifacts
    runs-on: ubuntu-latest
    steps:
      - name: Debug Artifacts
        uses: mheap/debug-artifact@v1
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Available Configuration

Environment Variables

Name Description
GITHUB_TOKEN The GitHub auth token, used to authenticate API requests. Use the value provided in ${{ secrets.GITHUB_TOKEN }}

About

Save the event payload and `env` from a GitHub action run and easily download them

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published