We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb8356 commit 7333a15Copy full SHA for 7333a15
.github/workflows/label_pr_on_title.yml
@@ -27,7 +27,7 @@ jobs:
27
env:
28
PR_NUMBER: ${{ needs.get_pr_details.outputs.prNumber }}
29
PR_TITLE: ${{ needs.get_pr_details.outputs.prTitle }}
30
- OUTPUT_DEBUG: "${{ needs.get_pr_details.outputs }}"
+ OUTPUT_DEBUG: "${{ needs.get_pr_details.outputs.result }}"
31
with:
32
github-token: ${{ secrets.GITHUB_TOKEN }}
33
# This safely runs in our base repo, not on fork
0 commit comments