From 7a86f266e685f04b44eb1e1963a09a4878e08118 Mon Sep 17 00:00:00 2001 From: Jeff Thompson <160783290+jthompson-arcus@users.noreply.github.com> Date: Wed, 24 Apr 2024 10:25:57 -0400 Subject: [PATCH] Update write-manifest.yaml --- .github/workflows/write-manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/write-manifest.yaml b/.github/workflows/write-manifest.yaml index 4e7ebbd9..b8ea2c0f 100644 --- a/.github/workflows/write-manifest.yaml +++ b/.github/workflows/write-manifest.yaml @@ -16,7 +16,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v3 with: - ref: ${{ github.event.pull_request.head.ref }} + fetch-depth: 0 - uses: r-lib/actions/setup-r@v2 with: