Skip to content

Commit 8945a85

Browse files
authored
Merge pull request #70 from josephvusich/readme-update
docs: use v1 tracking tag in README examples
2 parents 6994ccd + 97f4ded commit 8945a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)