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 24
24
os : [ macos-latest ]
25
25
runs-on : ${{ matrix.os }}
26
26
timeout-minutes : 45
27
- if : ${{ github.repository == 'hoc081098 /kotlin-channel-event-bus' }}
27
+ if : ${{ github.repository == 'Kotlin-Multiplatform-Foundation /kotlin-channel-event-bus' }}
28
28
steps :
29
29
- uses : actions/checkout@v3
30
30
81
81
82
82
publish :
83
83
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' }}
85
85
strategy :
86
86
matrix :
87
87
os : [ macos-latest ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
13
13
14
14
jobs :
15
15
create-gh-release :
16
- if : ${{ github.repository == 'hoc081098 /kotlin-channel-event-bus' }}
16
+ if : ${{ github.repository == 'Kotlin-Multiplatform-Foundation /kotlin-channel-event-bus' }}
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout
32
32
33
33
publish :
34
34
needs : create-gh-release
35
- if : ${{ github.repository == 'hoc081098 /kotlin-channel-event-bus' }}
35
+ if : ${{ github.repository == 'Kotlin-Multiplatform-Foundation /kotlin-channel-event-bus' }}
36
36
strategy :
37
37
matrix :
38
38
os : [ macos-latest ]
Original file line number Diff line number Diff line change 1
1
site_name : Kotlin Channel Event Bus
2
2
site_url : https://hoc081098.github.io/kotlin-channel-event-bus/docs/0.x
3
3
repo_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
5
5
site_description : " Multi-keys, multi-producers, single-consumer event bus backed by Kotlinx Coroutines Channels"
6
6
site_author : Petrus Nguyễn Thái Học
7
7
remote_branch : gh-pages
You can’t perform that action at this time.
0 commit comments