We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d63461 commit c3a8e8eCopy full SHA for c3a8e8e
.github/workflows/deployment.yml
@@ -20,6 +20,7 @@ jobs:
20
- name: Checkout Code
21
uses: actions/checkout@v4
22
with:
23
+ fetch-depth: 0 # Everything
24
fetch-tags: true
25
26
- name: Update apt cache
0 commit comments