From cb6ca7f4701b75d914834d405d16ecc93f0ecfe8 Mon Sep 17 00:00:00 2001 From: Josh Cummings Date: Tue, 26 Oct 2021 11:25:36 -0600 Subject: [PATCH] GitHub Actions uses spring-builds+github user This is more clear than spring-builds user --- .github/workflows/continuous-integration-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index f10dcdde5d..a3cae03b15 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -113,7 +113,7 @@ jobs: - name: Setup gradle user name run: | mkdir -p ~/.gradle - echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties + echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties - name: Check for package tangles run: | export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"