We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d5b62 commit ee85d1aCopy full SHA for ee85d1a
.github/workflows/test.yml
@@ -72,7 +72,24 @@ jobs:
72
contents: read
73
steps:
74
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
75
+ with:
76
+ ref: master
77
+ fetch-depth: 0
78
+ fetch-tags: true
79
- name: Run pinact
80
uses: suzuki-shunsuke/pinact-action@49cbd6acd0dbab6a6be2585d1dbdaa43b4410133 # v1.0.0
81
with:
82
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