From 80cabba1bbdc813220fd04909d30a23e4d0ce9b3 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Tue, 19 May 2026 21:30:12 -0700 Subject: [PATCH] fix(cache): use github.workspace instead of github.action_path for plugin src --- .gitea/actions/go-cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/actions/go-cache/action.yml b/.gitea/actions/go-cache/action.yml index b79c248..0928136 100644 --- a/.gitea/actions/go-cache/action.yml +++ b/.gitea/actions/go-cache/action.yml @@ -51,7 +51,7 @@ runs: shell: bash run: | echo "Installing custom Cloudflare-compatible go-cache-plugin..." - cd "${{ github.action_path }}/go-cache-plugin-src" + cd "${{ github.workspace }}/go-cache-plugin-src" go build -o $HOME/go/bin/go-cache-plugin ./cmd/go-cache-plugin - name: Configure Go Cache