File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5858 - name : Checkout the repo
5959 uses : actions/checkout@v4
6060 with :
61- ref : ${{ inputs.checkout-ref || github.event.repository.default_branch }}
61+ ref : ${{ inputs.checkout-ref || github.ref }}
6262
6363 - name : Validate Gradle Wrapper
6464 uses : gradle/wrapper-validation-action@v1
Original file line number Diff line number Diff line change 4141 runs-on : macos-latest # only macOS supports building all Kotlin targets
4242 gradle-task : >-
4343 publishAllPublicationsToSonatypeReleaseRepository --stacktrace --no-configuration-cache --no-parallel
44- checkout-ref : ${{ inputs.checkout-ref || github.event.repository.default_branch }}
44+ checkout-ref : ${{ inputs.checkout-ref }}
Original file line number Diff line number Diff line change 3434 runs-on : ${{ matrix.os }}
3535 gradle-task : >-
3636 ${{ matrix.task }} --stacktrace
37- checkout-ref : ${{ inputs.checkout-ref || github.event.repository.default_branch }}
37+ checkout-ref : ${{ inputs.checkout-ref }}
Original file line number Diff line number Diff line change 3737 packages : write
3838 checks : write
3939 with :
40- checkout-ref : ${{ inputs.checkout-ref || github.event.repository.default_branch }}
40+ checkout-ref : ${{ inputs.checkout-ref }}
You can’t perform that action at this time.
0 commit comments