From 20efa1e70dc6f00ed5d8945ad43dc231a4b06b15 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Mon, 11 Nov 2024 09:04:49 -0500 Subject: [PATCH] docs: fix action example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcca51a..0363530 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This action uses [Sprocket](https://github.com/stjude-rust-labs/sprocket) to val ## Example usage ``` -uses: actions/sprocket-action@v1 +uses: stjude-rust-labs/sprocket-action@main with: lint: true exclude-patterns: template,test