Skip to content

Commit

Permalink
docs: fix typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
silverhairs committed Dec 27, 2023
1 parent 65bff27 commit 80aa9f4
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 @@ -34,7 +34,7 @@ Here's how to integrate the this action into your GitHub workflow:
steps:
- uses: actions/checkout@v2
- name: Run Codecrafters Test
uses: actions/codecrafters-test@v1
uses: silverhairs/codecrafters-test@v1
with:
remote-url: ${{ secrets.CODECRAFTERS_REMOTE }} # Replace with your remote URL
```
Expand Down

0 comments on commit 80aa9f4

Please sign in to comment.