From 7e891c413838ee446d39ca6a26fed04230d4ff8c Mon Sep 17 00:00:00 2001 From: hangpersonal Date: Mon, 20 Oct 2025 19:02:37 -0700 Subject: [PATCH] Add .gitea/workflows/*.yaml --- .gitea/workflows/cache-verify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cache-verify.yml b/.gitea/workflows/cache-verify.yml index 979352b..4777061 100644 --- a/.gitea/workflows/cache-verify.yml +++ b/.gitea/workflows/cache-verify.yml @@ -33,7 +33,7 @@ jobs: - name: Use actions/cache uses: actions/cache@v4 with: - path: ~/.cache/demo + path: /data/cache key: cache-verify-${{ runner.os }}-v1 # 4) Write a marker file so we can see reuse across runs