From 2c45a7d718e8782c134caf8a4b9ab1dac52c9112 Mon Sep 17 00:00:00 2001 From: Wenjie Fu Date: Tue, 25 Jun 2024 16:26:18 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 18ca1c3..d0b967c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,6 +16,8 @@ jobs: git config --global user.name "Wenjie Fu" git config --global user.email "wjfu99@outlook.com" + git branch + ls # Create a new orphan branch with the latest commit git checkout --orphan latest_commit