mirror of
https://github.com/gradle/actions.git
synced 2026-03-24 04:55:48 +08:00
Rename 'input-params' to 'configuration'
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user