From 7952f59166c22782e74d8a0bbae41268da9d14d4 Mon Sep 17 00:00:00 2001 From: Sankalp Kotewar <98868223+kotewar@users.noreply.github.com> Date: Mon, 14 Nov 2022 16:13:34 +0530 Subject: [PATCH] Update action.yml --- save/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/save/action.yml b/save/action.yml index a17e9c2..2835622 100644 --- a/save/action.yml +++ b/save/action.yml @@ -27,7 +27,7 @@ outputs: description: 'A boolean value to indicate an exact match was found for the primary key' runs: using: 'node16' - main: 'dist/save/index.js' + main: '../dist/save/index.js' branding: icon: 'archive' color: 'gray-dark'