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