Skip to content

Commit cb6ca7f

Browse files
committed
GitHub Actions uses spring-builds+github user
This is more clear than spring-builds user
1 parent 863bee2 commit cb6ca7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- name: Setup gradle user name
114114
run: |
115115
mkdir -p ~/.gradle
116-
echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
116+
echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties
117117
- name: Check for package tangles
118118
run: |
119119
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"

0 commit comments

Comments
 (0)