mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-27 06:00:21 +01:00
Update report-api-diff.yml
This commit is contained in:
parent
07517ce501
commit
cbf2b5ad8a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/report-api-diff.yml
vendored
2
.github/workflows/report-api-diff.yml
vendored
|
@ -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 a new issue