Skip to content

Commit 372ecdb

Browse files
authored
Change version to v1 instead of v1.0.0
Many people who use this package will just copy the example, which means that they will be using an old version (v1.0.0) instead of the most recent version (v1.0.3 currently).
1 parent 0a2ddc3 commit 372ecdb

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-project@v1.0.0
139+
uses: aws-actions/aws-codebuild-run-project@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-project@v1.0.0
161+
uses: aws-actions/aws-codebuild-run-project@v1
162162
with:
163163
project-name: CodeBuildProjectName
164164
buildspec-override: path/to/buildspec.yaml

0 commit comments

Comments
 (0)