Skip to content

Commit d69c6a2

Browse files
committed
ci(pr_test_build_images): Bind the step varable
1 parent 064ac88 commit d69c6a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr_test_build_images.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2020
- id: shard
2121
shell: bash
22+
env:
23+
GITHUB_DEBUG: ${{ runner.debug }}
2224
run: |
2325
set -euo pipefail
2426
[ -n "$GITHUB_DEBUG" ] && set -x

0 commit comments

Comments
 (0)