Skip to content

Commit 6f6e6c3

Browse files
committed
GitHub Actions uses spring-builds+github user
This is more clear than spring-builds user
1 parent 7bb9b10 commit 6f6e6c3

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
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup gradle user name
3333
run: |
3434
mkdir -p ~/.gradle
35-
echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
35+
echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties
3636
- name: Cache Gradle packages
3737
uses: actions/cache@v2
3838
with:
@@ -57,7 +57,7 @@ jobs:
5757
- name: Setup gradle user name
5858
run: |
5959
mkdir -p ~/.gradle
60-
echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
60+
echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties
6161
- name: Deploy artifacts
6262
run: |
6363
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
@@ -88,7 +88,7 @@ jobs:
8888
- name: Setup gradle user name
8989
run: |
9090
mkdir -p ~/.gradle
91-
echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
91+
echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties
9292
- name: Deploy Docs
9393
run: |
9494
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"

0 commit comments

Comments
 (0)