From 94f2c3e33e025ddae6dc9bf5ac5e83d2145a5dab Mon Sep 17 00:00:00 2001 From: everything411 Date: Sat, 19 Oct 2024 22:41:53 +0800 Subject: [PATCH] ci: checkout master only --- .github/workflows/push-to-everything411-repo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-to-everything411-repo.yml b/.github/workflows/push-to-everything411-repo.yml index f1ffd2d..c7a2d4d 100644 --- a/.github/workflows/push-to-everything411-repo.yml +++ b/.github/workflows/push-to-everything411-repo.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 with: - fetch-depth: 0 + ref: master - name: Push uses: wangchucheng/git-repo-sync@v0.1.0 with: