We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7093305 commit 47ffde2Copy full SHA for 47ffde2
README.md
@@ -288,6 +288,13 @@ you must first `git checkout` the commit that you want to test.
288
npx @aws-actions/codebuild-run-build -p ProjectName -r remoteName
289
```
290
291
+Note: If the above command returns a 404 error, you might need to add the package manually.
292
+```
293
+npm install git@github.com:aws-actions/aws-codebuild-run-build.git
294
+# OR
295
+yard add git@github.com:aws-actions/aws-codebuild-run-build.git
296
297
+
298
This will use whatever commit you have checked out
299
and push to a temporary branch in the specified remote.
300
Then kick off the build
0 commit comments