From 80aa9f4a8ae8a36a7e9b879900a96856f1918c33 Mon Sep 17 00:00:00 2001 From: Boris Kayi Date: Wed, 27 Dec 2023 01:10:25 +0100 Subject: [PATCH] docs: fix typo in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbfdf0d..aec14b5 100644 --- a/README.md +++ b/README.md @@ -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 ```