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