From 67aaf4507b73385f184b86cd5dd582c5718241ac Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Tue, 3 Feb 2026 09:54:50 +0900 Subject: [PATCH 1/3] test --- .github/workflows/test.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0c2b034e..b4335f0f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -7,6 +7,7 @@ jobs: timeout-minutes: 15 permissions: {} steps: - - run: echo "$PAYLOAD" - env: - PAYLOAD: ${{ toJson(github.event) }} + - uses: actions/checkout@v4 + with: + persist-credentials: false + - uses: suzuki-shunsuke/pinact-action@latest From 1e06c82b3059ab78cd93c701ff4d0b6a6fbfc472 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Tue, 3 Feb 2026 09:58:53 +0900 Subject: [PATCH 2/3] test --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e37e7449..015f5343 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,3 +13,5 @@ jobs: with: persist-credentials: false - uses: suzuki-shunsuke/pinact-action@latest + with: + separator: " # " From d5583992d43b4c2f3ef11dbd6b93cc8af98b6fe0 Mon Sep 17 00:00:00 2001 From: Shunsuke Suzuki Date: Tue, 3 Feb 2026 10:28:16 +0900 Subject: [PATCH 3/3] test