๐Ÿ’š Update condition

This commit is contained in:
marocchino 2026-03-13 18:37:16 +09:00
parent 4e9ffdbc94
commit 08f8411021
No known key found for this signature in database
GPG key ID: F54107506CCF18D0

View file

@ -24,7 +24,7 @@ jobs:
echo "$EOF" >> "$GITHUB_ENV"
id: all
- uses: ./
if: ${{ github.event_name == 'pull_request_target' }}
if: ${{ github.event_name == 'pull_request' }}
with:
header: All
message: |
@ -36,7 +36,7 @@ jobs:
```
</details>
- uses: ./
if: ${{ github.event_name == 'pull_request_target' }}
if: ${{ github.event_name == 'pull_request' }}
with:
header: All
append: true