mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2026-05-04 02:58:50 +00:00
๐ Update condition
This commit is contained in:
parent
4e9ffdbc94
commit
08f8411021
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loadingโฆ
Add table
Add a link
Reference in a new issue