From de51cfbacc03c09bbdb01e317d50ff55608ec1c3 Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Thu, 16 May 2024 00:51:40 +0900 Subject: [PATCH] ci: test --- .github/workflows/renovate.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 444223733..f9b60daea 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -90,3 +90,10 @@ jobs: key: ${{ steps.restore-cache.outputs.cache-primary-key }} path: ${{ env.cache_dir }} + - run: sha256sum ${{ env.cache_dir }}/github/4m-mazi/gh-test.json + + - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 + if: github.event.inputs.repoCache != 'disabled' + with: + name: ${{ env.cache_key }} + path: ${{ env.cache_dir }}/github/4m-mazi/gh-test.json