Skip to content

Commit 88afe71

Browse files
Fix pr number env var
1 parent ce918cb commit 88afe71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/changelog-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,5 @@ jobs:
8787
cd base/.changes
8888
uv run amend \
8989
--review-comment \
90-
--pull-request-number "$REPO_NUMBER" \
90+
--pull-request-number "$PR_NUMBER" \
9191
--repository-dir "$REPO_DIR/pr"

0 commit comments

Comments
 (0)