From 95e14107c8f3c9213d03ed245141267353dc4996 Mon Sep 17 00:00:00 2001 From: David Szlafrok Date: Sun, 29 Jun 2025 15:12:47 +0300 Subject: [PATCH] fix the workflox name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e4e1bf..4160011 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ ```sh # Execute the Github Actions locally act --workflows \ - ".github/workflows/add-contrib.yml" --job "add-contributor" + ".github/workflows/Add-contributor.yaml" --job "add-contributor" - TODO: Add detailed page on how to run and text GitHub actions locally - Verify that your code is passing all the pre-merge checks