Add support for nightly and rc versions (#611)

This commit is contained in:
Dmitry Shibanov 2022-11-17 14:35:58 +01:00 committed by GitHub
parent 6bc15ab23c
commit 2349c84f5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 712 additions and 73 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';