From 548e1c36493637a7dfbf02a803764a7e5872b4f0 Mon Sep 17 00:00:00 2001 From: Marcus Hert Da Coregio Date: Thu, 22 Aug 2024 11:06:59 -0300 Subject: [PATCH] Revert "Log command for debugging" This reverts commit f1802be73a40475461576a4265a650d0ea356d0b. --- .github/workflows/mark-duplicate-dependabot-prs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/mark-duplicate-dependabot-prs.yml b/.github/workflows/mark-duplicate-dependabot-prs.yml index c2263f13b6..7d1574309d 100644 --- a/.github/workflows/mark-duplicate-dependabot-prs.yml +++ b/.github/workflows/mark-duplicate-dependabot-prs.yml @@ -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