From 1724edeed75cafeced109587f391bbded3ae9fe0 Mon Sep 17 00:00:00 2001 From: Mikio Stewart Date: Tue, 20 Aug 2024 11:55:28 -0700 Subject: [PATCH] fetch-depth=0 --- .github/workflows/ghcr_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index 8c8060a92..51c88f6f6 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -201,7 +201,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 with: - ref: ${{ github.event.inputs.commit_hash }} + fetch-depth: 0 - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1