Skip to content

Commit

Permalink
Add a GH Action to dump the context
Browse files Browse the repository at this point in the history
This can be useful when debugging why a GH Action failed.

Co-authored-by: felddy <mark.feldhousen@gew.cisa.dhs.gov>
  • Loading branch information
jsf9k and felddy committed Aug 30, 2023
1 parent f88b9d2 commit 4bb1a4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ updates:
# - dependency-name: actions/checkout
# - dependency-name: actions/setup-go
# - dependency-name: actions/setup-python
# - dependency-name: crazy-max/ghaction-dump-context
# - dependency-name: crazy-max/ghaction-github-status
# - dependency-name: hashicorp/setup-terraform
# - dependency-name: mxschmitt/action-tmate
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
- id: github-status
name: Check GitHub status
uses: crazy-max/ghaction-github-status@v3
- id: dump-context
name: Dump context
uses: crazy-max/ghaction-dump-context@v2
lint:
needs:
- diagnostics
Expand Down

0 comments on commit 4bb1a4c

Please sign in to comment.