You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/run_update_deps.yml
+63-7Lines changed: 63 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ on:
6
6
target_branch:
7
7
description: 'Target branch to compare against. If a branch name, will compare directly against it. If a commit hash or tag, a new branch named "special/<pub_version>" will be created from that ref. The pub_version will be either the input pub_version or latest version from target branch pubspec.yaml. Defaults to "main".'
8
8
type: string
9
-
required: true
9
+
required: false
10
10
default: 'main'
11
11
pub_version:
12
12
description: 'Target pub version to update dependencies to. If empty, will use the latest version from target branch pubspec.yaml.'
@@ -19,12 +19,12 @@ on:
19
19
required: true
20
20
default: ''
21
21
run_gen_code:
22
-
description: 'Whether to run gen code, default is false'
22
+
description: 'Whether to run gen code, default is true'
23
23
type: boolean
24
24
required: false
25
-
default: false
25
+
default: true
26
26
code_gen_public_headers:
27
-
description: 'The public headers to generate, e.g. rtc_4.5.0, leave empty will use the same as the target branch'
27
+
description: 'The public headers to generate, e.g. rtm_2.2.5. If empty, will automatically extract from dependencies_content (recommended). If dependencies_content is also empty, will use the same as the target branch.'
* fix terra gen code config ([#221](https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK/issues/221)) ([59cb782](https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK/commit/59cb782d1544ad981d7d96ff5685cf08bea7c1ce))
14
+
* Fix use incorrect length value in RtmClientImplOverride.publish/StreamChannelImpl.publishTopicMessage ([#177](https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK/issues/177)) ([b8e9ed1](https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK/commit/b8e9ed14173744676fc7585d2a24ec288894a7c9))
* prevent type mismatches in IrisMethodChannel.wrapRtmStatus ([30c493a](https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK/commit/30c493a7e6ea6c1cada798ff0b84e0dce4510e7e)), closes [#0](https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK/issues/0)[#1](https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK/issues/1)
18
+
* prvent request with invalid requestId ([#197](https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK/issues/197)) ([f771e64](https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK/commit/f771e644aee9fa1dfb31749e5b2adda851c5179c)), closes [#193](https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK/issues/193)[#194](https://github.com/AgoraIO-Extensions/Agora-Flutter-RTM-SDK/issues/194)
0 commit comments