Skip to content

Commit 80aa9f4

Browse files
committed
docs: fix typo in example
1 parent 65bff27 commit 80aa9f4

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
@@ -34,7 +34,7 @@ Here's how to integrate the this action into your GitHub workflow:
3434
steps:
3535
- uses: actions/checkout@v2
3636
- name: Run Codecrafters Test
37-
uses: actions/codecrafters-test@v1
37+
uses: silverhairs/codecrafters-test@v1
3838
with:
3939
remote-url: ${{ secrets.CODECRAFTERS_REMOTE }} # Replace with your remote URL
4040
```

0 commit comments

Comments
 (0)