Skip to content

Commit b6d3f13

Browse files
committed
missing env var
1 parent f07b80a commit b6d3f13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/yetus-general-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ jobs:
112112
run: |
113113
# github-actions[bot] has a known user ID: 41898282
114114
# Verify: curl -s "https://api.github.com/users/github-actions%5Bbot%5D" | jq .id
115+
export DEBUG="${DEBUG:-false}"
115116
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
116117
export BUILD_BOT_USER_ID="41898282"
117118
export JOB_NAME="HBase-PreCommit-GH-Actions-PR"

0 commit comments

Comments
 (0)