mirror of
https://github.com/RubyMetric/chsrc
synced 2025-07-01 00:52:43 +08:00
Echo more variables
This commit is contained in:
parent
c53bd62534
commit
9f679383c8
5
.github/workflows/PR-notify.yml
vendored
5
.github/workflows/PR-notify.yml
vendored
@ -41,7 +41,6 @@ jobs:
|
|||||||
if: github.event.pull_request.base.ref == 'dev'
|
if: github.event.pull_request.base.ref == 'dev'
|
||||||
steps:
|
steps:
|
||||||
- name: 评论
|
- name: 评论
|
||||||
if: github.event.pull_request.type == 'opened'
|
|
||||||
uses: peter-evans/create-or-update-comment@v4
|
uses: peter-evans/create-or-update-comment@v4
|
||||||
with:
|
with:
|
||||||
issue-number: ${{ github.event.pull_request.number }}
|
issue-number: ${{ github.event.pull_request.number }}
|
||||||
@ -49,3 +48,7 @@ jobs:
|
|||||||
❤️ 感谢你的贡献!我们将在5天内阅读此 PR 并回复你
|
❤️ 感谢你的贡献!我们将在5天内阅读此 PR 并回复你
|
||||||
edit-mode: replace
|
edit-mode: replace
|
||||||
reactions: heart
|
reactions: heart
|
||||||
|
- run: |
|
||||||
|
echo "github.event.pull_request.type = [${{github.event.pull_request.type}}]"
|
||||||
|
echo "github.event_name = [${{github.event_name}}]"
|
||||||
|
echo "github.event.action = [${{github.event.action}}]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user