From c441a5e6a6b7d09e84a1a280b2c1c57950049d3c Mon Sep 17 00:00:00 2001 From: "M.Palerme" Date: Fri, 27 Sep 2024 17:39:10 +0200 Subject: [PATCH] wrong import @action/core --- .github/workflows/extractResultsTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/extractResultsTest.js b/.github/workflows/extractResultsTest.js index 6ffb055..0bafd87 100644 --- a/.github/workflows/extractResultsTest.js +++ b/.github/workflows/extractResultsTest.js @@ -6,7 +6,7 @@ import fs from 'fs'; import path from 'path'; -import {core}from '@actions/core'; +import * as core from '@actions/core'; // Path to the file containing the results of the tests const filePath = './test/results/results.json';