Skip to content

Commit 9a05a07

Browse files
authored
update action.yml (#11)
1 parent b1d1886 commit 9a05a07

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,21 @@ This is a GitHub Action that can be used to transform strings in GitHub Actions.
6767
```yaml
6868
- name: Action Lowercase
6969
id: lowercase
70-
uses: ./ # Uses an action in the root directory
70+
uses: cloudposse/string-transformer@main
7171
with:
7272
operation: 'lowercase'
7373
input-string: 'Hello World'
7474

7575
- name: Action UpperCase
7676
id: uppercase
77-
uses: ./ # Uses an action in the root directory
77+
uses: cloudposse/string-transformer@main
7878
with:
7979
operation: 'uppercase'
8080
input-string: 'Hello World'
8181

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

255255
<!-- markdownlint-disable -->
256-
| [![Matt Calhoun][mcalhoun_avatar]][mcalhoun_homepage]<br/>[Matt Calhoun][mcalhoun_homepage] |
257-
|---|
256+
| [![Benjamin Smith][benbentwo_avatar]][benbentwo_homepage]<br/>[Benjamin Smith][benbentwo_homepage] |
257+
|----------------------------------------------------------------------------------------------------|
258258
<!-- markdownlint-restore -->
259259

260-
[mcalhoun_homepage]: https://github.com/mcalhoun
261-
[mcalhoun_avatar]: https://img.cloudposse.com/150x150/https://github.com/mcalhoun.png
260+
[benbentwo_homepage]: https://github.com/benbentwo
261+
[benbentwo_avatar]: https://img.cloudposse.com/150x150/https://github.com/benbentwo.png
262262

263263
[![README Footer][readme_footer_img]][readme_footer_link]
264264
[![Beacon][beacon]][website]

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "github-actions-string-transformer"
1+
name: "string-transformer"
22
description: "A helper for transforming strings in GitHub Actions"
33
author: "@cloudposse"
44
branding:

0 commit comments

Comments
 (0)