Skip to content

Commit 9c77405

Browse files
authored
hoc081098 -> Kotlin-Multiplatform-Foundation
1 parent 81329f7 commit 9c77405

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
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

@@ -81,7 +81,7 @@ jobs:
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 ]

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
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
@@ -32,7 +32,7 @@ jobs:
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 ]

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: Kotlin Channel Event Bus
22
site_url: https://hoc081098.github.io/kotlin-channel-event-bus/docs/0.x
33
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
55
site_description: "Multi-keys, multi-producers, single-consumer event bus backed by Kotlinx Coroutines Channels"
66
site_author: Petrus Nguyễn Thái Học
77
remote_branch: gh-pages

0 commit comments

Comments
 (0)