Skip to content

Commit

Permalink
wrong import @action/core
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcellino-Palerme committed Sep 27, 2024
1 parent c1925b1 commit c441a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/extractResultsTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit c441a5e

Please sign in to comment.