Skip to content

Commit bd5cdb3

Browse files
authored
Update sample step names to match action name (#19)
1 parent b7aefee commit bd5cdb3

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
@@ -86,7 +86,7 @@ If your CodeBuild project is already configured the way you want it,
8686
the only CodeBuild Run input you need to provide is the project name.
8787

8888
```yaml
89-
- name: Start CodeBuild
89+
- name: Run CodeBuild
9090
uses: aws-actions/aws-codebuild-run-project@v1
9191
with:
9292
project-name: CodeBuildProjectName
@@ -102,7 +102,7 @@ If any of these environment variables are defined in the CodeBuild project,
102102
this will overwrite them.
103103

104104
```yaml
105-
- name: Start CodeBuild
105+
- name: Run CodeBuild
106106
uses: aws-actions/aws-codebuild-run-project@v1
107107
with:
108108
project-name: CodeBuildProjectName

0 commit comments

Comments
 (0)