Skip to content

Commit 9d40be2

Browse files
Fix pinact-action version tag (v2 does not exist, use v2.0.0)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 41763c8 commit 9d40be2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pinact.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
ref: ${{ github.head_ref }}
1919
persist-credentials: false
20-
- uses: suzuki-shunsuke/pinact-action@v2
20+
- uses: suzuki-shunsuke/pinact-action@v2.0.0
2121
with:
2222
app_id: ${{ vars.BOT_APP_ID }}
2323
app_private_key: ${{ secrets.BOT_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)