From d3e0bfbf5aba22492fd930d961acc4ac8dd49618 Mon Sep 17 00:00:00 2001 From: "Eden Ross Duff, MSc, DDiv" Date: Tue, 17 Dec 2024 23:13:22 -0600 Subject: [PATCH] no longer checkout full history Signed-off-by: Eden Ross Duff, MSc, DDiv --- action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/action.yml b/action.yml index c4ac1d6..332c385 100644 --- a/action.yml +++ b/action.yml @@ -8,9 +8,7 @@ runs: using: "composite" steps: - uses: actions/checkout@v4.2.2 - with: - fetch-depth: 0 - + - uses: actions/download-artifact@v4 - name: Move artifact