Skip to content

Commit

Permalink
Update check-pr.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun authored Sep 30, 2024
1 parent 8ce7249 commit 77f1f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ MSG_PAGE_TITLE='The page `%s` has an outdated page title.\n'

PLATFORMS=$(ls pages/)

if [[ $CI == true && $GITHUB_REPOSITORY == "tldr-pages/tldr" && $PULL_REQUEST_ID != "" ]]; then
if [[ $CI == true && $GITHUB_REPOSITORY == "kbdkorg/tldr" && $PULL_REQUEST_ID != "" ]]; then
check_diff
check_structure
else
Expand Down

0 comments on commit 77f1f37

Please sign in to comment.