Skip to content

Debug Artifacts

Actions
Uploads debug logs as an artifact
v1.0.4
Latest
Star (2)

Tags

 (1)

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 }}

Debug Artifacts is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Uploads debug logs as an artifact
v1.0.4
Latest

Tags

 (1)

Debug Artifacts is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.