We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e529bc0 commit 9cfbb20Copy full SHA for 9cfbb20
gradle-tasks/staticChecks.gradle
@@ -67,8 +67,8 @@ task checkstyleCI(type: Checkstyle) {
67
*/
68
def getChangedFiles() {
69
// Get the target and source branch
70
- def envTargetBranch = System.getenv("github.base_ref")
71
- def envSourceBranch = System.getenv("github.head_ref")
+ def envTargetBranch = System.getenv("TARGET_BRANCH")
+ def envSourceBranch = System.getenv("WORKING_BRANCH")
72
73
logger.debug('Target Branch: {}', envTargetBranch)
74
logger.debug('Source Branch: {}', envSourceBranch)
0 commit comments