Bad copy/paste caused spacing issue

This commit is contained in:
Joseph Milazzo 2021-03-14 09:42:27 -05:00
parent d23a569446
commit 218eb0bc47

View File

@ -25,9 +25,9 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.11
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: actions/checkout@v2
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: Cache SonarCloud packages
uses: actions/cache@v1
with: