From 23745a1c9ffbd841be70e205b0f86527b5a7b229 Mon Sep 17 00:00:00 2001 From: jake Date: Sat, 10 May 2025 14:32:22 -0400 Subject: [PATCH] correcting run key --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index a4e7610..6071bad 100644 --- a/action.yaml +++ b/action.yaml @@ -4,4 +4,4 @@ runs: using: "composite" steps: - name: "dependency scan" - runs: npm audit \ No newline at end of file + run: npm audit \ No newline at end of file