Skip to content

Commit e5ddde6

Browse files
committed
test: debug outputs
1 parent 946aafe commit e5ddde6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-negative.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: debug
5555
run: |
56-
echo "${{ steps.action.outputs.comments }}"
56+
echo "${{ steps.action.outputs }}"
5757
5858
- name: Find Comment
5959
uses: peter-evans/find-comment@v3

.github/workflows/test-positive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: debug
5555
run: |
56-
echo "${{ steps.action.outputs.comments }}"
56+
echo "${{ steps.action.outputs }}"
5757
5858
- name: Find Comment
5959
uses: peter-evans/find-comment@v3

0 commit comments

Comments
 (0)