| author | |
| committer | |
| log | 1d34eafe6cbbc574d6673644b1dc3007caafd943 |
| tree | dada46e37b7f6359e2b3a7a28821d6be5b79223a |
| parent | 71355ef0e221f37a4a281a1414043020404fec64 |
1 files changed, 1 insertions(+), 0 deletions(-)
.github/workflows/ci.yaml+1| ... | ... | @@ -127,6 +127,7 @@ jobs: |
| 127 | 127 | if ((git rev-parse --is-shallow-repository) -eq "true") { |
| 128 | 128 | git fetch --unshallow # `git describe` won't work on a shallow repo |
| 129 | 129 | } |
| 130 | git fetch | |
| 130 | 131 | git checkout ${{ inputs.commit }} |
| 131 | 132 | rm -rf ci |
| 132 | 133 | mv ../ci . |