From 60cd0d31e74d1f858832ced9d2d8212c84127cd8 Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Sat, 18 Jan 2025 13:35:26 -0500 Subject: [PATCH] ... --- .gitea/workflows/pr-cloudflare-docker-deploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/pr-cloudflare-docker-deploy.yml b/.gitea/workflows/pr-cloudflare-docker-deploy.yml index b2b15ad5..bee3c0f0 100644 --- a/.gitea/workflows/pr-cloudflare-docker-deploy.yml +++ b/.gitea/workflows/pr-cloudflare-docker-deploy.yml @@ -18,8 +18,8 @@ jobs: - name: Cache tea CLI uses: actions/cache@v3 with: - path: ~/.tea - key: tea-${{ runner.os }}-${{ hashFiles('/opt/hostedtoolcache/tea/0.9.2/x64') }} + path: /opt/hostedtoolcache/tea/0.9.2/x64 + key: tea-${{ runner.os }}-0.9.2 - name: Install tea uses: supplypike/setup-bin@v4 with: @@ -58,7 +58,7 @@ jobs: uses: actions/cache@v3 with: path: ansible/collections - key: ${{ runner.os }}-ansible-${{ hashFiles('ansible/collections/requirements.yml') }} + key: ${{ runner.os }}-ansible-${{ hashFiles('./ansible/collections/requirements.yml') }} restore-keys: | ${{ runner.os }}-ansible- # Install Ansible