From 09e88b2b0316451faf895eba5dc81e3070894325 Mon Sep 17 00:00:00 2001 From: benpankow Date: Wed, 10 Jul 2024 14:18:26 -0700 Subject: [PATCH] delulu --- actions/hybrid_branch_deploy/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/hybrid_branch_deploy/action.yml b/actions/hybrid_branch_deploy/action.yml index 8b1f87c..a4f30fa 100644 --- a/actions/hybrid_branch_deploy/action.yml +++ b/actions/hybrid_branch_deploy/action.yml @@ -28,11 +28,11 @@ runs: uses: actions/checkout@v3 with: ref: ${{ github.sha }} - fetch-depth: 100 + fetch-depth: 500 - name: Get git sha id: get_shas - run: echo "SHAS<> $GITHUB_OUTPUT + run: echo "SHAS<> $GITHUB_OUTPUT shell: bash - uses: actions/github-script@v7