Skip to content

Commit 8ae55b7

Browse files
committed
GitHub Actions uses spring-builds+github user
This is more clear than spring-builds user
1 parent 1eb53ea commit 8ae55b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup gradle user name
3434
run: |
3535
mkdir -p ~/.gradle
36-
echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
36+
echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties
3737
- name: Cache Gradle packages
3838
uses: actions/cache@v2
3939
with:
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup gradle user name
6060
run: |
6161
mkdir -p ~/.gradle
62-
echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
62+
echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties
6363
- name: Deploy artifacts
6464
run: |
6565
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
@@ -87,7 +87,7 @@ jobs:
8787
- name: Setup gradle user name
8888
run: |
8989
mkdir -p ~/.gradle
90-
echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
90+
echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties
9191
- name: Deploy Docs
9292
run: |
9393
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"

0 commit comments

Comments
 (0)