Skip to content

Commit 81d45d0

Browse files
print github context debugging in update build env
1 parent 135ccc4 commit 81d45d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/update_build_environment.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ jobs:
1515
with:
1616
fetch-depth: '0'
1717
ref: ${{ github.head_ref }}
18+
- name: Print GitHub context for debugging
19+
env:
20+
GITHUB_CONTEXT: ${{ toJson(github) }}
21+
run: echo "$GITHUB_CONTEXT"
1822
- name: Check if Dockerfile needs to be rebuilt
1923
id: check-stale
2024
run: |

0 commit comments

Comments
 (0)