We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f07b80a commit b6d3f13Copy full SHA for b6d3f13
.github/workflows/yetus-general-check.yml
@@ -112,6 +112,7 @@ jobs:
112
run: |
113
# github-actions[bot] has a known user ID: 41898282
114
# Verify: curl -s "https://api.github.com/users/github-actions%5Bbot%5D" | jq .id
115
+ export DEBUG="${DEBUG:-false}"
116
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
117
export BUILD_BOT_USER_ID="41898282"
118
export JOB_NAME="HBase-PreCommit-GH-Actions-PR"
0 commit comments