mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
utils -> strings
This commit is contained in:
parent
5a70a5cca3
commit
cea7883cb2
5 changed files with 5 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue