Update report-api-diff.yml
This commit is contained in:
parent
07517ce501
commit
cbf2b5ad8a
|
@ -44,7 +44,7 @@ jobs:
|
|||
REPO_ID: ${{ github.repository_id }}
|
||||
run: |
|
||||
# find first pull requests that targets this repository
|
||||
PR_NUMBER="$(echo "$PULL_REQUESTS"
|
||||
PR_NUMBER="$(echo "$PULL_REQUESTS" \
|
||||
| jq --arg REPO_ID "$REPO_ID" '[.[] | select ($REPO_ID == (.base.repo.id | tostring)) | .id ][0]')"
|
||||
echo "pr-number=$PR_NUMBER" >> "$GITHUB_OUTPUT"
|
||||
|
||||
|
|
Loading…
Reference in New Issue