From 7f09f969baf73b167bf47577cad87565e37b15de Mon Sep 17 00:00:00 2001 From: Jeff Ohrstrom Date: Thu, 6 Jul 2023 11:38:13 -0400 Subject: [PATCH] Test sync (#834) change the name of this step and fetch all commits --- .github/workflows/sync.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 31511194..89db76d6 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -9,7 +9,7 @@ defaults: shell: bash jobs: - publish: + sync: runs-on: ubuntu-latest steps: @@ -17,6 +17,7 @@ jobs: uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} + fetch-depth: 0 - name: Merge Branches run: |