File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments