Skip to content

Commit

Permalink
update action.yml (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benbentwo authored Jun 23, 2023
1 parent b1d1886 commit 9a05a07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,21 @@ This is a GitHub Action that can be used to transform strings in GitHub Actions.
```yaml
- name: Action Lowercase
id: lowercase
uses: ./ # Uses an action in the root directory
uses: cloudposse/string-transformer@main
with:
operation: 'lowercase'
input-string: 'Hello World'

- name: Action UpperCase
id: uppercase
uses: ./ # Uses an action in the root directory
uses: cloudposse/string-transformer@main
with:
operation: 'uppercase'
input-string: 'Hello World'

- name: Action Kebabcase
id: kebabcase
uses: ./ # Uses an action in the root directory
uses: cloudposse/string-transformer@main
with:
operation: 'kebabcase'
input-string: 'Hello World'
Expand Down Expand Up @@ -253,12 +253,12 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply
### Contributors

<!-- markdownlint-disable -->
| [![Matt Calhoun][mcalhoun_avatar]][mcalhoun_homepage]<br/>[Matt Calhoun][mcalhoun_homepage] |
|---|
| [![Benjamin Smith][benbentwo_avatar]][benbentwo_homepage]<br/>[Benjamin Smith][benbentwo_homepage] |
|----------------------------------------------------------------------------------------------------|
<!-- markdownlint-restore -->

[mcalhoun_homepage]: https://github.com/mcalhoun
[mcalhoun_avatar]: https://img.cloudposse.com/150x150/https://github.com/mcalhoun.png
[benbentwo_homepage]: https://github.com/benbentwo
[benbentwo_avatar]: https://img.cloudposse.com/150x150/https://github.com/benbentwo.png

[![README Footer][readme_footer_img]][readme_footer_link]
[![Beacon][beacon]][website]
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "github-actions-string-transformer"
name: "string-transformer"
description: "A helper for transforming strings in GitHub Actions"
author: "@cloudposse"
branding:
Expand Down

0 comments on commit 9a05a07

Please sign in to comment.