mirror of
https://github.com/RubyMetric/chsrc
synced 2025-06-29 16:13:09 +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'
|
||||
steps:
|
||||
- name: 评论
|
||||
if: github.event.pull_request.type == 'opened'
|
||||
uses: peter-evans/create-or-update-comment@v4
|
||||
with:
|
||||
issue-number: ${{ github.event.pull_request.number }}
|
||||
@ -49,3 +48,7 @@ jobs:
|
||||
❤️ 感谢你的贡献!我们将在5天内阅读此 PR 并回复你
|
||||
edit-mode: replace
|
||||
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