Skip to content

Commit

Permalink
remove tabs from yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp committed May 24, 2024
1 parent 6187b10 commit bd13d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: 'zulu'
java-version: ${{ matrix.java-version }}
- name: Grant execute permission for gradlew
run: chmod +x $GITHUB_WORKSPACE/elk-live/server/gradlew
Expand Down

0 comments on commit bd13d34

Please sign in to comment.