From ee85d1a28ba1b9bd4c3ed57be3f292faf79eb343 Mon Sep 17 00:00:00 2001 From: Yuta Kasai Date: Thu, 8 May 2025 17:30:53 +0900 Subject: [PATCH] NO-ISSUE hi --- .github/workflows/test.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 422c328df..8779e7e01 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,24 @@ jobs: contents: read steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + with: + ref: master + fetch-depth: 0 + fetch-tags: true - name: Run pinact uses: suzuki-shunsuke/pinact-action@49cbd6acd0dbab6a6be2585d1dbdaa43b4410133 # v1.0.0 with: skip_push: "true" + - name: aa + run: | + git for-each-ref refs/tags \ + --format="\ + ref: %(refname:short) + object: %(objectname) + objecttype: %(objecttype) + tagger: %(taggername) + tagger-email: %(taggeremail) + tagger-date: %(taggerdate) + subject: %(subject) + body: %(body) + --------------------"