Skip to content

Commit 363bbdd

Browse files
committed
chore: update action again ...
1 parent 43b029d commit 363bbdd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,13 @@ jobs:
1818

1919
steps:
2020
- uses: actions/checkout@v2
21-
- name: Set up JDK 17
22-
uses: actions/setup-java@v2
21+
- uses: actions/setup-java@v2
2322
with:
2423
java-version: '17'
2524
distribution: 'adopt'
2625

27-
- name: Build with Maven
26+
- name: 📦 Build with Maven
2827
run: mvn --batch-mode --update-snapshots test jacoco:report --file pom.xml
2928

3029
- name: 🚀 Coveralls Coverage Report Submission
31-
run: mvn coveralls:report --define repoToken=${{ secrets.COVERALL_REPO_TOKEN }}
30+
run: mvn coveralls:report --define repoToken=${{ secrets.COVERALL_REPO_SECRET }}

0 commit comments

Comments
 (0)