mirror of
https://github.com/codecov/codecov-action.git
synced 2025-12-09 12:26:24 +00:00
fix: Import version properly as string not object
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const core = require('@actions/core');
|
||||
const github = require('@actions/github');
|
||||
|
||||
const VERSION = require('./version');
|
||||
import VERSION from './version';
|
||||
|
||||
const context = github.context;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user