From a10cad4e3fc862263ad89b30ef394edcfb066886 Mon Sep 17 00:00:00 2001 From: Ryan Christian Date: Thu, 26 Sep 2024 19:06:01 -0500 Subject: [PATCH] ci: Test `comment-key` option --- .github/workflows/ci.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 163727d..eb92e43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,4 +16,11 @@ jobs: uses: ./ with: repo-token: "${{ secrets.GITHUB_TOKEN }}" + comment-key: "key-1" + pattern: index.js + - name: Report Compressed Size 2: Electric Boogaloo + uses: ./ + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" + comment-key: "key-2" pattern: index.js \ No newline at end of file