Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
livekitAndroidXuningTest
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
davidliu
2022-08-15 17:38:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
18b00e51927e966dba99a57f5cb92393070393ed
18b00e51
1 parent
2b52aa5e
repo dispatch to e2e-android after pushes
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
9 行增加
和
0 行删除
.github/workflows/android.yml
.github/workflows/android.yml
查看文件 @
18b00e5
...
...
@@ -125,3 +125,12 @@ jobs:
-
name
:
Publish snapshot
if
:
github.event_name == 'push' && contains(steps.version_name.outputs.version_name,'SNAPSHOT')
run
:
./gradlew publish
-
name
:
Repository Dispatch
if
:
github.event_name == 'push'
uses
:
peter-evans/repository-dispatch@v2
with
:
token
:
${{ secrets.REPO_ACCESS_TOKEN }}
repository
:
livekit/e2e-android
event-type
:
client-sdk-android-push
client-payload
:
'
{"ref":
"${{
github.ref
}}",
"sha":
"${{
github.sha
}}"}'
\ No newline at end of file
...
...
请
注册
或
登录
后发表评论