Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
alexforsyth committed Nov 20, 2023
1 parent 4a7c249 commit bfdc093
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Blueprint } from '@amazon-codecatalyst/blueprints.blueprint';
import { ActionDefiniton, ActionIdentifierAlias, ComputeConfiguration, InputsDefinition, getDefaultActionIdentifier } from './action';
import { WorkflowDefinition } from '../workflow/workflow';
import { WorkflowDefinition } from '../workflow/workflow-definition';

export interface PublishBlueprintActionConfiguration {
ArtifactPackagePath: string;
Expand Down
2 changes: 1 addition & 1 deletion packages/components/workflows/src/actions/action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const ACTION_IDENTIFIERS: { [key: string]: { default: string; prod: string } } =
default: 'aws/cdk-bootstrap-gamma@v1',
prod: 'aws/cdk-bootstrap@v1',
},
publishBlueprint: {
'publishBlueprint': {
default: 'aws/publish-blueprint-action@v1',
prod: 'aws/publish-blueprint-action@v1',
},
Expand Down

0 comments on commit bfdc093

Please sign in to comment.