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.
2 parents e70a320 + a49e633 commit 88464acCopy full SHA for 88464ac
.copier-answers.ssf-ci.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2
-_commit: v2.0.1
+_commit: v2.0.2
3
_src_path: https://github.com/dafyddj/copier-ssf-ci
4
failure_permitted_ignored: []
5
failure_permitted_patterns: []
.github/workflows/main.yml
@@ -32,6 +32,10 @@ jobs:
32
timeout-minutes: 5
33
steps:
34
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35
+ with:
36
+ fetch-depth: 0
37
+ fetch-tags: true
38
+ filter: tree:0
39
- name: Export `CI_CACHE_ID` from container
40
run: echo "CI_CACHE_ID=$(cat /.ci_cache_id)" >> $GITHUB_ENV
41
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
0 commit comments