From 448a1ed376914491c4fc9fb90089eef739e83487 Mon Sep 17 00:00:00 2001 From: Paillat-dev Date: Sat, 28 Feb 2026 14:16:53 +0100 Subject: [PATCH] fix: Update README to use correct repository URL for setup-licensor action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f65ce04..774753e 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ Use `-c` to point at a different config path, `--ignore` to exclude globs, and ` Downloads a licensor release and Temurin 21, then adds both to `PATH`. ```yaml -- uses: nicebots/licensor/.github/actions/setup-licensor@ +- uses: nicebots-xyz/licensor/.github/actions/setup-licensor@ with: version: v1.2.3 ```