Skip to content

Commit

Permalink
💚 fix ci: Fix erroneous indentation in action.yml (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
LogFlames authored Dec 20, 2024
1 parent a5221d0 commit cda7810
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ runs:
token: ${{ inputs.github-token }}
- name: Setup Java
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Set up Maven
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
with:
Expand Down
8 changes: 4 additions & 4 deletions template/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ runs:
token: ${{ inputs.github-token }}
- name: Setup Java
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Set up Maven
uses: stCarolas/setup-maven@d6af6abeda15e98926a57b5aa970a96bb37f97d1 # v5
with:
Expand Down

0 comments on commit cda7810

Please sign in to comment.