Skip to content

Commit 9ae6281

Browse files
authored
Merge pull request #1436 from Wandalen/beta
Beta
2 parents 76f4042 + ce9d675 commit 9ae6281

File tree

385 files changed

+4128
-1217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

385 files changed

+4128
-1217
lines changed

.github/workflows/module_assistant_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs :
2121
manifest_path : 'module/move/assistant/Cargo.toml'
2222
module_name : 'assistant'
2323
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}

.github/workflows/module_brain_tools_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs :
2121
manifest_path : 'module/blank/brain_tools/Cargo.toml'
2222
module_name : 'brain_tools'
2323
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}

.github/workflows/module_cargo_will_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs :
2121
manifest_path : 'module/alias/cargo_will/Cargo.toml'
2222
module_name : 'cargo_will'
2323
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}

.github/workflows/module_clone_dyn_meta_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs :
2121
manifest_path : 'module/core/clone_dyn_meta/Cargo.toml'
2222
module_name : 'clone_dyn_meta'
2323
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}

.github/workflows/module_clone_dyn_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs :
2121
manifest_path : 'module/core/clone_dyn/Cargo.toml'
2222
module_name : 'clone_dyn'
2323
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}

.github/workflows/module_clone_dyn_types_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs :
2121
manifest_path : 'module/core/clone_dyn_types/Cargo.toml'
2222
module_name : 'clone_dyn_types'
2323
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}

.github/workflows/module_collection_tools_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs :
2121
manifest_path : 'module/core/collection_tools/Cargo.toml'
2222
module_name : 'collection_tools'
2323
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}

.github/workflows/module_crates_tools_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs :
2121
manifest_path : 'module/move/crates_tools/Cargo.toml'
2222
module_name : 'crates_tools'
2323
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}

.github/workflows/module_data_type_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs :
2121
manifest_path : 'module/core/data_type/Cargo.toml'
2222
module_name : 'data_type'
2323
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}

.github/workflows/module_derive_tools_meta_push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs :
2121
manifest_path : 'module/core/derive_tools_meta/Cargo.toml'
2222
module_name : 'derive_tools_meta'
2323
commit_message : ${{ github.event.head_commit.message }}
24+
commiter_username: ${{ github.event.head_commit.committer.username }}

0 commit comments

Comments
 (0)