From b33f60b04754a2652d6cefaa6df11cd05255e0af Mon Sep 17 00:00:00 2001 From: Pikachu920 <28607612+Pikachu920@users.noreply.github.com> Date: Thu, 15 Aug 2024 22:09:03 -0500 Subject: [PATCH] Fix action syntax --- action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yml b/action.yml index e93ac90..ea16542 100644 --- a/action.yml +++ b/action.yml @@ -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