Skip to content
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.

Commit

Permalink
bump up to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
youyo committed Jan 16, 2021
1 parent 43aa32e commit 9928988
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:

- name: cdk diff
uses: youyo/aws-cdk-github-actions@v1
uses: youyo/aws-cdk-github-actions@v2
with:
cdk_subcommand: 'diff'
actions_comment: true
Expand All @@ -29,7 +29,7 @@ jobs:
AWS_DEFAULT_REGION: 'ap-northeast-1'

- name: cdk deploy
uses: youyo/aws-cdk-github-actions@v1
uses: youyo/aws-cdk-github-actions@v2
with:
cdk_subcommand: 'deploy'
cdk_stack: 'stack1'
Expand All @@ -41,7 +41,7 @@ jobs:
AWS_DEFAULT_REGION: 'ap-northeast-1'

- name: cdk synth
uses: youyo/aws-cdk-github-actions@v1
uses: youyo/aws-cdk-github-actions@v2
with:
cdk_subcommand: 'synth'
cdk_version: '1.16.2'
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
AWS_DEFAULT_REGION: 'ap-northeast-1'

- name: cdk diff
uses: youyo/aws-cdk-github-actions@v1
uses: youyo/aws-cdk-github-actions@v2
with:
cdk_subcommand: 'diff'
```
Expand Down

0 comments on commit 9928988

Please sign in to comment.