File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ the only CodeBuild Run input you need to provide is the project name.
136136 aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
137137 aws-region : us-east-2
138138- name : Run CodeBuild
139- uses : aws-actions/aws-codebuild-run-build@v1.0.3
139+ uses : aws-actions/aws-codebuild-run-build@v1
140140 with :
141141 project-name : CodeBuildProjectName
142142` ` `
@@ -158,7 +158,7 @@ this will overwrite them.
158158 aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
159159 aws-region: us-east-2
160160- name: Run CodeBuild
161- uses: aws-actions/aws-codebuild-run-build@v1.0.3
161+ uses: aws-actions/aws-codebuild-run-build@v1
162162 with:
163163 project-name: CodeBuildProjectName
164164 buildspec-override: path/to/buildspec.yaml
You can’t perform that action at this time.
0 commit comments