File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424 os : [ macos-latest ]
2525 runs-on : ${{ matrix.os }}
2626 timeout-minutes : 45
27- if : ${{ github.repository == 'hoc081098 /kotlin-channel-event-bus' }}
27+ if : ${{ github.repository == 'Kotlin-Multiplatform-Foundation /kotlin-channel-event-bus' }}
2828 steps :
2929 - uses : actions/checkout@v3
3030
8181
8282 publish :
8383 needs : [ build ]
84- if : ${{ github.ref == 'refs/heads/master' && github.repository == 'hoc081098 /kotlin-channel-event-bus' }}
84+ if : ${{ github.ref == 'refs/heads/master' && github.repository == 'Kotlin-Multiplatform-Foundation /kotlin-channel-event-bus' }}
8585 strategy :
8686 matrix :
8787 os : [ macos-latest ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
1313
1414jobs :
1515 create-gh-release :
16- if : ${{ github.repository == 'hoc081098 /kotlin-channel-event-bus' }}
16+ if : ${{ github.repository == 'Kotlin-Multiplatform-Foundation /kotlin-channel-event-bus' }}
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout
3232
3333 publish :
3434 needs : create-gh-release
35- if : ${{ github.repository == 'hoc081098 /kotlin-channel-event-bus' }}
35+ if : ${{ github.repository == 'Kotlin-Multiplatform-Foundation /kotlin-channel-event-bus' }}
3636 strategy :
3737 matrix :
3838 os : [ macos-latest ]
Original file line number Diff line number Diff line change 11site_name : Kotlin Channel Event Bus
22site_url : https://hoc081098.github.io/kotlin-channel-event-bus/docs/0.x
33repo_name : kotlin-channel-event-bus
4- repo_url : https://github.com/hoc081098 /kotlin-channel-event-bus
4+ repo_url : https://github.com/Kotlin-Multiplatform-Foundation /kotlin-channel-event-bus
55site_description : " Multi-keys, multi-producers, single-consumer event bus backed by Kotlinx Coroutines Channels"
66site_author : Petrus Nguyễn Thái Học
77remote_branch : gh-pages
You can’t perform that action at this time.
0 commit comments