fixing bugs

This commit is contained in:
Dmitry Shibanov 2022-10-19 14:03:13 +02:00
parent d7c7dfa509
commit a4ae07903c
5 changed files with 110 additions and 32 deletions

View file

@ -1,4 +1,4 @@
import os = require('os');
import os from 'os';
import * as fs from 'fs';
import * as path from 'path';
import * as core from '@actions/core';