From 471392c7f92a424cf708d9fc116c8edcb67a03c0 Mon Sep 17 00:00:00 2001 From: Cenarius Date: Wed, 12 Feb 2025 17:09:16 +0100 Subject: [PATCH] Remove S3 method --- start_shop/action.yaml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/start_shop/action.yaml b/start_shop/action.yaml index 5b25e20a..d5e72f75 100644 --- a/start_shop/action.yaml +++ b/start_shop/action.yaml @@ -63,23 +63,23 @@ inputs: runs: using: "composite" steps: - - name: Load cached shop from S3 - if: ${{ inputs.runs_on != '"ubuntu-latest"'}} - id: load_installed_shop - uses: tespkg/actions-cache/restore@v1 - with: - path: | - ./* - key: ${{ inputs.cached_shop }} - restore-keys: | - ${{ inputs.cached_shop }} - endpoint: ${{ inputs.cache_endpoint }} - accessKey: ${{ inputs.cache_access_key }} - secretKey: ${{ inputs.cache_secret_key }} - bucket: ${{ inputs.cache_bucket }} +# - name: Load cached shop from S3 +# if: ${{ inputs.runs_on != '"ubuntu-latest"'}} +# id: load_installed_shop +# uses: tespkg/actions-cache/restore@v1 +# with: +# path: | +# ./* +# key: ${{ inputs.cached_shop }} +# restore-keys: | +# ${{ inputs.cached_shop }} +# endpoint: ${{ inputs.cache_endpoint }} +# accessKey: ${{ inputs.cache_access_key }} +# secretKey: ${{ inputs.cache_secret_key }} +# bucket: ${{ inputs.cache_bucket }} - name: Load cached testplan from Github - if: ${{ inputs.runs_on == '"ubuntu-latest"'}} +# if: ${{ inputs.runs_on == '"ubuntu-latest"'}} id: load_installed_shop uses: actions/cache/restore@v4 with: