| author | |
| committer | |
| log | 45120f929cbe87952c5361db9028495a41b656b5 |
| tree | dd81876b10f0d6848ac20f222f28e097d0b3115a |
| parent | f4c63400f0d87c6c24e11995501f119a6029b683 |
1 files changed, 3 insertions(+), 0 deletions(-)
.github/workflows/ci.yaml+3| ... | ... | @@ -124,6 +124,9 @@ jobs: |
| 124 | 124 | run: | |
| 125 | 125 | rm -rf ../ci |
| 126 | 126 | cp -r ci ../ |
| 127 | if ((git rev-parse --is-shallow-repository) -eq "true") { | |
| 128 | git fetch --unshallow # `git describe` won't work on a shallow repo | |
| 129 | } | |
| 127 | 130 | git checkout ${{ inputs.commit }} |
| 128 | 131 | rm -rf ci |
| 129 | 132 | mv ../ci . |