Skip to content

Commit

Permalink
chore: fix repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics authored May 4, 2024
1 parent 195ecfc commit 235e6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ keyword. For example:
```yaml
steps:
- name: Example Step
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
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
with:
who-to-greet: "Mona the Octocat"
```
Expand Down

0 comments on commit 235e6a0

Please sign in to comment.