From 25059001a9f12aa8c5af97675e26b6d8f5eb88c3 Mon Sep 17 00:00:00 2001 From: nateraw Date: Mon, 3 Oct 2022 13:12:09 -0400 Subject: [PATCH] :construction: add repo_owner --- .github/workflows/build_pr_documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index 19c62cff..9c482c5c 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -13,4 +13,5 @@ jobs: with: commit_sha: ${{ github.event.pull_request.head.sha }} pr_number: ${{ github.event.number }} - package: timm \ No newline at end of file + package: timm + repo_owner: rwightman \ No newline at end of file