Browse Source

Revert "Log command for debugging"

This reverts commit f1802be73a.
pull/15662/head
Marcus Hert Da Coregio 1 year ago
parent
commit
548e1c3649
  1. 1
      .github/workflows/mark-duplicate-dependabot-prs.yml

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

@ -25,7 +25,6 @@ jobs: @@ -25,7 +25,6 @@ jobs:
DEPENDENCY_NAME: ${{ steps.extract.outputs.dependency_name }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
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(",")'"
PRS=$(gh pr list --search 'milestone:${{ github.event.pull_request.milestone.title }} is:merged in:title "$DEPENDENCY_NAME"' --json number --jq 'map(.number) | join(",")')
echo "prs=$PRS" >> $GITHUB_OUTPUT

Loading…
Cancel
Save