Skip to content

Commit f437066

Browse files
jsf9kfelddy
authored andcommitted
Add a GH Action to dump the context
This can be useful when debugging why a GH Action failed. Co-authored-by: felddy <[email protected]>
1 parent 3619c45 commit f437066

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ updates:
1313
# - dependency-name: actions/checkout
1414
# - dependency-name: actions/setup-go
1515
# - dependency-name: actions/setup-python
16+
# - dependency-name: crazy-max/ghaction-dump-context
1617
# - dependency-name: crazy-max/ghaction-github-labeler
1718
# - dependency-name: crazy-max/ghaction-github-status
1819
# - dependency-name: hashicorp/setup-terraform

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- id: github-status
2121
name: Check GitHub status
2222
uses: crazy-max/ghaction-github-status@v3
23+
- id: dump-context
24+
name: Dump context
25+
uses: crazy-max/ghaction-dump-context@v2
2326
lint:
2427
needs:
2528
- diagnostics

0 commit comments

Comments
 (0)