From 432c1359e9f69eca0eaf5bd4d4352b543cd1355a Mon Sep 17 00:00:00 2001 From: Zheng Zhang Date: Sat, 19 Oct 2024 23:06:25 +0800 Subject: [PATCH] Revert "ci: checkout master only" This reverts commit 94f2c3e33e025ddae6dc9bf5ac5e83d2145a5dab. --- .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 f4cb371..5bdecab 100644 --- a/.github/workflows/push-to-everything411-repo.yml +++ b/.github/workflows/push-to-everything411-repo.yml @@ -10,8 +10,8 @@ jobs: steps: - uses: actions/checkout@v4 with: - ref: master token: ${{ secrets.E411_GITHUB_TOKEN }} + fetch-depth: 0 - name: Push uses: wangchucheng/git-repo-sync@v0.1.0 with: