From 53c897eae3941f7df58d229d9d46c6962a6406d7 Mon Sep 17 00:00:00 2001 From: David Hiendl Date: Tue, 24 Oct 2023 12:50:13 +0200 Subject: [PATCH] fix imports --- action.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.js b/action.js index a083943..eb44971 100644 --- a/action.js +++ b/action.js @@ -1,4 +1,4 @@ -import * as core from 'actions/core'; +import * as core from '@actions/core'; import * as github from '@actions/github'; import * as process from 'process'; import * as semverParser from 'semver-parser';