| author | |
| committer | |
| log | 5b9d0a446af4e74c9f915a34b39de83d9b2335f9 |
| tree | 17440235b00c8e2a2b1b93cb0d22d011dcf551f6 |
| parent | 45120f929cbe87952c5361db9028495a41b656b5 |
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 . |