We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95fb957 commit f21fbb5Copy full SHA for f21fbb5
1 file changed
.github/workflows/firebase-hosting-merge.yml
@@ -13,6 +13,8 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@v3
16
+ with:
17
+ fetch-depth: '0'
18
- uses: actions/setup-node@v3
19
with:
20
node-version: 16
0 commit comments