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 064ac88 commit d69c6a2Copy full SHA for d69c6a2
.github/workflows/pr_test_build_images.yaml
@@ -19,6 +19,8 @@ jobs:
19
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
- id: shard
21
shell: bash
22
+ env:
23
+ GITHUB_DEBUG: ${{ runner.debug }}
24
run: |
25
set -euo pipefail
26
[ -n "$GITHUB_DEBUG" ] && set -x
0 commit comments