From 240b097b9eb6d0ad3ef26367594c924108f10464 Mon Sep 17 00:00:00 2001 From: HassanBahati Date: Mon, 14 Oct 2024 14:35:46 +0300 Subject: [PATCH] fix: hello action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5a16e39..4129cea 100644 --- a/action.yml +++ b/action.yml @@ -3,5 +3,5 @@ description: 'A GitHub Action that automatically adds labels to pull requests, i author: "Hassan Bahati" runs: - using: "node20" + using: "node16" main: "dist/index.js" \ No newline at end of file