From a55d7d82850d410253c1632893694d3ab636a623 Mon Sep 17 00:00:00 2001 From: "e.muhamethanov" Date: Mon, 23 Sep 2024 10:51:28 +0300 Subject: [PATCH] fix: fix path to script --- VKUI/add-next-minor-milestone/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VKUI/add-next-minor-milestone/action.yml b/VKUI/add-next-minor-milestone/action.yml index 7ee004b2..3cdefb18 100644 --- a/VKUI/add-next-minor-milestone/action.yml +++ b/VKUI/add-next-minor-milestone/action.yml @@ -10,4 +10,4 @@ inputs: description: 'pull request number to add milestone' runs: using: 'node20' - main: 'index.js' \ No newline at end of file + main: 'dist/index.js' \ No newline at end of file