utils -> strings

This commit is contained in:
Domen Kožar 2019-10-03 13:20:25 +02:00
commit cea7883cb2
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246
5 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
import * as core from '@actions/core';
import * as exec from '@actions/exec';
import {extrasperse, saneSplit} from './utils';
import {extrasperse, saneSplit} from './strings';
async function run() {
try {