From 020ccd404bb0e5c334b62e3be95ed1b0e0df857e Mon Sep 17 00:00:00 2001 From: xiaolou86 <20718693+xiaolou86@users.noreply.github.com> Date: Sun, 4 Feb 2024 11:39:01 +0800 Subject: [PATCH] fix: generate previews from forked repos --- .github/workflows/pull_request.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1647083f53..aea73b1e4e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -96,8 +96,6 @@ jobs: # Debug information echo "Current directory: $(pwd)" echo "Contents of the repository:" - branch_name="${{ github.ref }}" - echo "branch_name: $branch_name" ls -al echo "Git status:"