Skip to content

Commit

Permalink
Properly quote stuff in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Dec 17, 2024
1 parent 3200835 commit f29bc5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
distribution: "temurin"
java-version: "21"
cache: 'maven'

# Runs a single command using the runners shell
Expand Down

0 comments on commit f29bc5e

Please sign in to comment.