From c46e9702cc85ac5d547065d5ab0f41d9b8f8341c Mon Sep 17 00:00:00 2001 From: Ahmad Massoud Date: Mon, 10 Nov 2025 21:13:54 +0100 Subject: [PATCH] Use Github NPM registry for NPX command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 466edd2..74de33c 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ In order to use this tool, you must first `git checkout` the commit that you want to test. ``` -npx @aws-actions/codebuild-run-build -p ProjectName -r remoteName +npx github:aws-actions/aws-codebuild-run-build -p ProjectName -r remoteName ``` Note: If the above command returns a 404 error, you might need to add the package manually.