Skip to content

Commit 09ac8aa

Browse files
committed
update README.md
1 parent 9a05a07 commit 09ac8aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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: cloudposse/string-transformer@main
70+
uses: cloudposse/github-action-string-transformer@main
7171
with:
7272
operation: 'lowercase'
7373
input-string: 'Hello World'
7474

7575
- name: Action UpperCase
7676
id: uppercase
77-
uses: cloudposse/string-transformer@main
77+
uses: cloudposse/github-action-string-transformer@main
7878
with:
7979
operation: 'uppercase'
8080
input-string: 'Hello World'
8181

8282
- name: Action Kebabcase
8383
id: kebabcase
84-
uses: cloudposse/string-transformer@main
84+
uses: cloudposse/github-action-string-transformer@main
8585
with:
8686
operation: 'kebabcase'
8787
input-string: 'Hello World'

0 commit comments

Comments
 (0)