We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83c30ff commit c48deaaCopy full SHA for c48deaa
.github/workflows/continuous-deployment-workflow.yml
@@ -74,6 +74,8 @@ jobs:
74
image: day8au/dev-ci:0.0.8
75
steps:
76
- uses: actions/checkout@v2
77
+ with:
78
+ fetch-depth: 0
79
- name: Maven cache
80
id: maven-cache
81
uses: actions/cache@v2
0 commit comments