mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-23 20:42:14 +00:00
Log command for debugging
Issue gh-15659
This commit is contained in:
parent
df0cdd10f6
commit
f1802be73a
@ -25,6 +25,7 @@ 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