Skip to content

Commit f1802be

Browse files
Log command for debugging
Issue gh-15659
1 parent df0cdd1 commit f1802be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/mark-duplicate-dependabot-prs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
DEPENDENCY_NAME: ${{ steps.extract.outputs.dependency_name }}
2626
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727
run: |
28+
echo "Running command: gh pr list --search 'milestone:${{ github.event.pull_request.milestone.title }} is:merged in:title "$DEPENDENCY_NAME"' --json number --jq 'map(.number) | join(",")'"
2829
PRS=$(gh pr list --search 'milestone:${{ github.event.pull_request.milestone.title }} is:merged in:title "$DEPENDENCY_NAME"' --json number --jq 'map(.number) | join(",")')
2930
echo "prs=$PRS" >> $GITHUB_OUTPUT
3031

0 commit comments

Comments
 (0)