Skip to content

Commit b5cdb19

Browse files
committed
GitHub Actions uses spring-builds+github user
This is more clear than spring-builds user
1 parent 88e213d commit b5cdb19

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
@@ -31,7 +31,7 @@ jobs:
3131
- name: Setup gradle user name
3232
run: |
3333
mkdir -p ~/.gradle
34-
echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
34+
echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties
3535
- name: Cache Gradle packages
3636
uses: actions/cache@v2
3737
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"
@@ -85,7 +85,7 @@ jobs:
8585
- name: Setup gradle user name
8686
run: |
8787
mkdir -p ~/.gradle
88-
echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
88+
echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties
8989
- name: Deploy Docs
9090
run: |
9191
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"

0 commit comments

Comments
 (0)