Skip to content

Commit

Permalink
Update report-api-diff.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 authored Oct 23, 2023
1 parent 07517ce commit cbf2b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report-api-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit cbf2b5a

Please sign in to comment.