We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06143b2 commit 234f2a3Copy full SHA for 234f2a3
.github/workflows/ci.yml
@@ -36,6 +36,8 @@ jobs:
36
DOCKER_REGISTRY_URL: registry.hub.docker.com
37
steps:
38
- uses: actions/checkout@v3
39
+ with:
40
+ fetch-depth: 0
41
- uses: actions/setup-node@v3
42
with:
43
node-version: '20.9.0'
0 commit comments