Skip to content

Commit 235e6a0

Browse files
authored
chore: fix repository name
1 parent 195ecfc commit 235e6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ keyword. For example:
3131
```yaml
3232
steps:
3333
- name: Example Step
34-
uses: ./ # Uses an action in the root directory, if you push this repository to GitHub, you can use the following: uses: <username>/gh-action-template@v1
34+
uses: ./ # Uses an action in the root directory, if you push this repository to GitHub, you can use the following: uses: <username>/typescript-action-template@v1
3535
with:
3636
who-to-greet: "Mona the Octocat"
3737
```

0 commit comments

Comments
 (0)