Rename 'input-params' to 'configuration'

This commit is contained in:
daz
2024-04-09 13:47:18 -06:00
parent 9d0de74673
commit 7e9e469530
17 changed files with 16 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
import * as github from '@actions/github'
import {CacheConfig, getJobMatrix} from '../input-params'
import {CacheConfig, getJobMatrix} from '../configuration'
import {hashStrings} from './cache-utils'
const CACHE_PROTOCOL_VERSION = 'v1'