From f21fbb5ffd18f7fc1186b84986b5be89f441b204 Mon Sep 17 00:00:00 2001 From: Yuwen Ma Date: Tue, 1 Nov 2022 16:04:09 -0700 Subject: [PATCH] Update firebase-hosting-merge.yml --- .github/workflows/firebase-hosting-merge.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 21387b080..1c426970a 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -13,6 +13,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 + with: + fetch-depth: '0' - uses: actions/setup-node@v3 with: node-version: 16