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
2024-08-21 14:59:36 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
36380e9cfd4d8a9397d5284b49bb9148433b15fc
36380e9c
1 parent
00800b92
Fix update snapshot action
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
4 行增加
和
0 行删除
.github/workflows/changesets.yml
.github/workflows/update_snapshot_pr.yml
.github/workflows/changesets.yml
查看文件 @
36380e9
...
...
@@ -85,5 +85,7 @@ jobs:
-
name
:
Create Update SNAPSHOT Pull Request
uses
:
peter-evans/create-pull-request@v6
with
:
token
:
${{ secrets.CHANGESET_GH_TOKEN }}
branch
:
dl/update_snapshot_ver
title
:
Prepare snapshot version ${{ steps.update.outputs.SNAPSHOT_VERSION }}
commit-message
:
Prepare snapshot version ${{ steps.update.outputs.SNAPSHOT_VERSION }}
\ No newline at end of file
...
...
.github/workflows/update_snapshot_pr.yml
查看文件 @
36380e9
...
...
@@ -30,5 +30,7 @@ jobs:
-
name
:
Create Update SNAPSHOT Pull Request
uses
:
peter-evans/create-pull-request@v6
with
:
token
:
${{ secrets.CHANGESET_GH_TOKEN }}
branch
:
dl/update_snapshot_ver
title
:
Prepare snapshot version ${{ steps.update.outputs.SNAPSHOT_VERSION }}
commit-message
:
Prepare snapshot version ${{ steps.update.outputs.SNAPSHOT_VERSION }}
...
...
请
注册
或
登录
后发表评论