mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-13 05:43:29 +00:00
Revert "Log command for debugging"
This reverts commit f1802be73a40475461576a4265a650d0ea356d0b.
This commit is contained in:
parent
037ccecdaa
commit
548e1c3649
@ -25,7 +25,6 @@ jobs:
|
|||||||
DEPENDENCY_NAME: ${{ steps.extract.outputs.dependency_name }}
|
DEPENDENCY_NAME: ${{ steps.extract.outputs.dependency_name }}
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
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(",")')
|
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
|
echo "prs=$PRS" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user