Skip to content

Commit fa0c59a

Browse files
committed
wip
1 parent 53657f1 commit fa0c59a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

engine/src/flutter/tools/pkg/github_action_generator/lib/github_action_generator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ void main(List<String> arguments) {
305305
final yamlWriter = YamlWriter();
306306
final root = yamlWriter.root;
307307
root.writeln('# This file is generated. Do not edit directly.');
308-
root.write('name', 'Build and Upload Engine Artifacts');
308+
root.write('name', 'Engine Artifacts');
309309

310310
final on = root.beginMap('on');
311311
on.beginMap('pull_request');

engine/src/flutter/tools/pub_get_offline.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
os.path.join(ENGINE_DIR, 'tools', 'pkg', 'engine_repo_tools'),
4747
os.path.join(ENGINE_DIR, 'tools', 'pkg', 'git_repo_tools'),
4848
os.path.join(ENGINE_DIR, 'tools', 'pkg', 'process_fakes'),
49+
os.path.join(ENGINE_DIR, 'tools', 'pkg', 'github_action_generator'),
4950
]
5051

5152

0 commit comments

Comments
 (0)