From b17d9858f28fb88e178c48a647735c682b2764bc Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Tue, 28 Jan 2025 21:38:48 -0500 Subject: [PATCH] Update README.md (#37) Clone this repo still pointed to `nektos/act` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96e9bef0..5936c2a6 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,6 @@ Want to contribute to act? Awesome! Check out the [contributing guidelines](CONT ## Manually building from source - Install Go tools 1.20+ - () -- Clone this repo `git clone git@github.com:nektos/act.git` +- Clone this repo `git clone git@github.com:actions-oss/act-cli.git` - Run unit tests with `make test` - Build and install: `make install`