GitHub Actions uses spring-builds+github user

This is more clear than spring-builds user
This commit is contained in:
Josh Cummings 2021-10-26 11:25:36 -06:00
parent 863bee2bc7
commit cb6ca7f470
1 changed files with 1 additions and 1 deletions

View File

@ -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"