From 40b69a18079585ebb49f4788fae15a95b6095beb Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Mon, 11 Nov 2024 10:05:12 -0500 Subject: [PATCH] docs: fix action example (#5) --- 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