We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cd00ec + 40783bd commit 65e2953Copy full SHA for 65e2953
README.md
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
# ... Initial setup of AWS Creds, etc.
17
- name: CodeDeploy
18
- uses: byu-oit/github-action-codedeploy@v1
+ uses: byu-oit/github-action-codedeploy@v2
19
with:
20
application-name: some-cd-app
21
deployment-group-name: some-cd-group
@@ -49,7 +49,7 @@ jobs:
49
run: terraform output codedeploy_appspec_json_file
50
51
- name: 'CodeDeploy'
52
53
54
application-name: ${{ steps.cd-app-name.outputs.stdout }}
55
deployment-group-name: ${{ steps.cd-group-name.outputs.stdout }}
0 commit comments