| author | |
| committer | |
| log | 71355ef0e221f37a4a281a1414043020404fec64 |
| tree | aac52a251a513b31aa6840fcc045e23d5432c102 |
| parent | a6e7c431368d8d0519beeae118c0c58a903cf169 |
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 . |