From 864888132545069294f4bb2f19da976353652c59 Mon Sep 17 00:00:00 2001 From: Mogyuchi <mogyuchi@mogyuchi.jp> Date: Thu, 26 Sep 2024 22:26:21 +0900 Subject: [PATCH] Update cleanup-caches.yml --- .github/workflows/cleanup-caches.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cleanup-caches.yml b/.github/workflows/cleanup-caches.yml index ba5bf663d..e5129a1ee 100644 --- a/.github/workflows/cleanup-caches.yml +++ b/.github/workflows/cleanup-caches.yml @@ -13,9 +13,11 @@ on: jobs: cleanup: + runs-on: ubuntu-latest permissions: actions: write - contents: read - uses: 4m-mazi/souji-action/.github/workflows/_souji.yml@switch-to-esm - with: - branch-names: ${{ inputs.branchNames }} + steps: + - name: Cleanup + uses: 4m-mazi/souji-action@switch-to-esm + with: + branch-names: ${{ inputs.branchNames }}