Skip to content

Commit

Permalink
Fix YAML in cleanup workflow (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Aug 5, 2021
1 parent 71b5e36 commit d66f855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
- name: Fetch Sources
uses: actions/checkout@v2
# Setup Java
uses: actions/setup-java@v2
- uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
distribution: 'adopt'
java-version: '11'
# Cleanup project
- name: Cleanup
run: ./gradlew templateCleanup
Expand Down

0 comments on commit d66f855

Please sign in to comment.