Kyle Van Berendonck

Results 69 comments of Kyle Van Berendonck

Depending on how this is addressed, it could also fix other issues i.e: https://github.com/actions/checkout/issues/933 , since that issue with submodule corruption is also fixed by just deleting the repo and...

> Sometime ago there was a fix for this was introduced #964, but it seems it doesn't solve the issue. I might be wrong. We are using checkout v3 and...

Does anyone have a workaround for this?

I just wanted to add that I ran into this one today: ``` Warning: Unable to clean or reset the repository. The repository will be recreated instead. Deleting the contents...

@Ajaydip I tried your workaround and it didn't work for me, it always skips the action? ``` run-tests: name: xxxx runs-on: [self-hosted] timeout-minutes: 90 strategy: fail-fast: false matrix: include: ${{fromJson(needs.scan-tests.outputs.matrix)}}...

@bryanjtc the workaround above works OK, just note my Edit about using ‘outcome’ not ‘conclusion’ for testing whether to retry.

Yes, and [no longer interested in anyone fixing it](https://github.com/actions/checkout/commit/09d2acae674a48949e3602304ab46fd20ae0c42f).