From 58a20487efabe4ea093ca33d9c147a634d0ab249 Mon Sep 17 00:00:00 2001 From: George Gastaldi Date: Thu, 31 Oct 2024 11:30:40 -0300 Subject: [PATCH] Always checkout main --- .github/workflows/deploy-artifacts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-artifacts.yml b/.github/workflows/deploy-artifacts.yml index a352a2e..7616eaa 100644 --- a/.github/workflows/deploy-artifacts.yml +++ b/.github/workflows/deploy-artifacts.yml @@ -48,6 +48,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: + ref: main fetch-depth: 0 - name: Download artifact