Skip to content

Commit

Permalink
Fix action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Pikachu920 committed Aug 16, 2024
1 parent aeaf35c commit b33f60b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,14 @@ runs:
repository: ${{ inputs.skript-repo }}
submodules: recursive
- name: Compute current Skript HEAD
uses: ubuntu-22.04
id: skript-sha
run: echo "head_sha=$(git rev-parse HEAD)" >> $GITHUB_OUTPUT
- name: Cache Skript build
id: cache-skript
uses: actions/cache@v4
with:
path: build
key: "skript-${{ steps.skript-sha.head_sha }}"
- name: Build Skript
uses: ubuntu-22.04
if: steps.cache-skript.outputs.cache-hit != 'true'
run: |
chmod +x ./gradlew
Expand Down

0 comments on commit b33f60b

Please sign in to comment.