But we need to use the default branch of the checked out repository.
They're going to be different across repositories and the actions/checkout does not support this out of the box.
Figure out the default branch with some lightweight command before and pass the output to actions/checkout
But we need to use the default branch of the checked out repository.
They're going to be different across repositories and the actions/checkout does not support this out of the box.
Figure out the default branch with some lightweight command before and pass the output to actions/checkout