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