Skip to content

Commit ee85d1a

Browse files
committed
NO-ISSUE hi
1 parent f7d5b62 commit ee85d1a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/test.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,24 @@ jobs:
7272
contents: read
7373
steps:
7474
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
75+
with:
76+
ref: master
77+
fetch-depth: 0
78+
fetch-tags: true
7579
- name: Run pinact
7680
uses: suzuki-shunsuke/pinact-action@49cbd6acd0dbab6a6be2585d1dbdaa43b4410133 # v1.0.0
7781
with:
7882
skip_push: "true"
83+
- name: aa
84+
run: |
85+
git for-each-ref refs/tags \
86+
--format="\
87+
ref: %(refname:short)
88+
object: %(objectname)
89+
objecttype: %(objecttype)
90+
tagger: %(taggername)
91+
tagger-email: %(taggeremail)
92+
tagger-date: %(taggerdate)
93+
subject: %(subject)
94+
body: %(body)
95+
--------------------"

0 commit comments

Comments
 (0)