Skip to content

Commit 548e1c3

Browse files
Revert "Log command for debugging"
This reverts commit f1802be.
1 parent 037ccec commit 548e1c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ 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(",")'"
2928
PRS=$(gh pr list --search 'milestone:${{ github.event.pull_request.milestone.title }} is:merged in:title "$DEPENDENCY_NAME"' --json number --jq 'map(.number) | join(",")')
3029
echo "prs=$PRS" >> $GITHUB_OUTPUT
3130

0 commit comments

Comments
 (0)