Skip to content

Commit 9f67938

Browse files
committed
Echo more variables
1 parent c53bd62 commit 9f67938

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/PR-notify.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,14 @@ jobs:
4141
if: github.event.pull_request.base.ref == 'dev'
4242
steps:
4343
- name: 评论
44-
if: github.event.pull_request.type == 'opened'
4544
uses: peter-evans/create-or-update-comment@v4
4645
with:
4746
issue-number: ${{ github.event.pull_request.number }}
4847
body: |
4948
❤️ 感谢你的贡献!我们将在5天内阅读此 PR 并回复你
5049
edit-mode: replace
5150
reactions: heart
51+
- run: |
52+
echo "github.event.pull_request.type = [${{github.event.pull_request.type}}]"
53+
echo "github.event_name = [${{github.event_name}}]"
54+
echo "github.event.action = [${{github.event.action}}]"

0 commit comments

Comments
 (0)