Update report-api-diff.yml

This commit is contained in:
anatawa12 2023-10-23 18:52:53 +09:00 committed by GitHub
parent 07517ce501
commit cbf2b5ad8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"