We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3619c45 commit f437066Copy full SHA for f437066
.github/dependabot.yml
@@ -13,6 +13,7 @@ updates:
13
# - dependency-name: actions/checkout
14
# - dependency-name: actions/setup-go
15
# - dependency-name: actions/setup-python
16
+ # - dependency-name: crazy-max/ghaction-dump-context
17
# - dependency-name: crazy-max/ghaction-github-labeler
18
# - dependency-name: crazy-max/ghaction-github-status
19
# - dependency-name: hashicorp/setup-terraform
.github/workflows/build.yml
@@ -20,6 +20,9 @@ jobs:
20
- id: github-status
21
name: Check GitHub status
22
uses: crazy-max/ghaction-github-status@v3
23
+ - id: dump-context
24
+ name: Dump context
25
+ uses: crazy-max/ghaction-dump-context@v2
26
lint:
27
needs:
28
- diagnostics
0 commit comments