Skip to content

Commit 7d0951d

Browse files
committed
TMP trigger action
1 parent b86d5fe commit 7d0951d

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

actions/lib/actions.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export 'src/node/os.dart' hide OperatingSystem;
3030
export 'src/node/process.dart' hide Process;
3131
export 'src/os.dart';
3232

33+
/// TMP to trigger actions
3334
/// Wraps a GitHub action entrypoint to better handle errors and map
3435
/// JS stack traces to Dart stack traces.
3536
Future<void> wrapMain(Future<void> Function() mainFn) async {

infra-gen2/tool/deploy_gen2.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import 'package:path/path.dart' as p;
1818
/// 2. Run `npm create amplify@latest -y` in the backend directory to create the backend
1919
/// 3. Add the backend to a category or create a new category
2020
/// 4. Run `dart tool/deploy_gen2.dart` to deploy the backend
21+
/// // TMP to trigger actions
2122
const List<AmplifyBackendGroup> infraConfig = [
2223
AmplifyBackendGroup(
2324
category: Category.api,

infra/lib/stack.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ import {
1111
import { env } from "./common";
1212
import { GitHubStack } from "./github/github";
1313

14+
// TMP to trigger actions
1415
export class AmplifyFlutterIntegStack extends cdk.Stack {
1516
constructor(scope: Construct, id: string, props?: cdk.StackProps) {
1617
super(scope, id, props);

packages/amplify_core/lib/amplify_core.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,5 @@ set Amplify(AmplifyClass amplifyClass) {
133133
AmplifyClass.instance = amplifyClass;
134134
}
135135

136+
// TMP to trigger actions
136137
// ignore_for_file: non_constant_identifier_names

0 commit comments

Comments
 (0)