Skip to content

Commit 9bec545

Browse files
committed
fix typo
1 parent 0f7a010 commit 9bec545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ task notifyJenkins(type: ExecuteRemoteJenkins) {
424424
def runId = System.getenv('BUILD_RUN_ID')
425425
def githubToken = System.getenv('GITHUB_TOKEN')
426426
def githubRef = System.getenv('GITHUB_REF')
427-
def githubRefName = System.getEnv('GITHUB_REF_NAME')
427+
def githubRefName = System.getenv('GITHUB_REF_NAME')
428428

429429
jobUrl = "https://ci.eclipse.org/efxclipse/job/efxclipse_drift_build"
430430
buildParameters = [

0 commit comments

Comments
 (0)