-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathaction.yml
35 lines (34 loc) · 1.02 KB
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# ~~ Generated by projen. To modify, edit .projenrc.ts and run "npx projen".
name: cdk-diff-action
description: The CDK Diff GitHub Action allows you to run CDK diff as part of your CI/CD workflow.
runs:
using: node20
main: dist/index.js
author: Cory Hall
branding:
color: orange
icon: message-square
inputs:
githubToken:
description: github token
required: true
allowedDestroyTypes:
description: Comma delimited list of resource types that are allowed to be destroyed
required: false
default: ""
failOnDestructiveChanges:
description: Whether or not destructive changes should fail the job
required: false
default: "true"
noDiffForStages:
description: List of stages to ignore and not show a diff for
required: false
default: ""
noFailOnDestructiveChanges:
description: ""
required: false
default: List of stages where breaking changes will not fail the build
cdkOutDir:
description: The location of the CDK output directory
required: false
default: cdk.out