From 8bffbd451e9977fab9500e335fa60f952c1568df Mon Sep 17 00:00:00 2001 From: exoego Date: Mon, 6 May 2024 10:58:08 +0900 Subject: [PATCH] Run PR on itself --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 073f7ad..f0f7c9d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,9 +40,10 @@ jobs: echo 'clean' fi - name: Analyze esbuild bundle size - uses: exoego/esbuild-bundle-analyzer@main + uses: jenseng/dynamic-uses@5175289a9a87978dcfcb9cf512b821d23b2a53eb with: - metafiles: "tmp/meta.json" + uses: exoego/esbuild-bundle-analyzer@${{ github.sha }} + with: '{"metafiles": "tmp/meta.json"}' - uses: actions/upload-artifact@v4 with: name: dist