Skip to content

Commit 9bd5181

Browse files
committed
chore(ci): debug job outputs 3
1 parent 7333a15 commit 9bd5181

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/label_pr_on_title.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v3
25+
- name: Troubleshoot outputs
26+
env:
27+
NEEDS: ${{ toJSON(needs) }}
28+
run: echo "$NEEDS"
2529
- name: "Label PR based on title"
2630
uses: actions/github-script@v6
2731
env:

0 commit comments

Comments
 (0)