initial logic

This commit is contained in:
Dmitry Shibanov 2022-10-19 16:36:26 +02:00
parent 8c91899e58
commit 06981c41e3
6 changed files with 224 additions and 37 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';