We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2f076 commit 8819aaeCopy full SHA for 8819aae
src/cache-utils.ts
@@ -123,7 +123,7 @@ export const getPackageManagerInfo = async (packageManager: string) => {
123
*
124
* @param cacheDependencyPath - either a single string or multiline string with possible glob patterns
125
* expected to be the result of `core.getInput('cache-dependency-path')`
126
- * @return list of directories and possible
+ * @return list of directories
127
*/
128
export const getProjectDirectoriesFromCacheDependencyPath = memoize(
129
async (cacheDependencyPath: string): Promise<string[]> => {
0 commit comments