This commit is contained in:
Salman Muin Kayser Chishti
2025-09-04 15:24:57 +01:00
parent b738f10ef3
commit 48e42b1fdd
5 changed files with 17 additions and 16 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ export async function hashFiles(
let hasMatch = false
const githubWorkspace = currentWorkspace
? currentWorkspace
: process.env['GITHUB_WORKSPACE'] ?? process.cwd()
: (process.env['GITHUB_WORKSPACE'] ?? process.cwd())
const result = crypto.createHash('sha256')
let count = 0
for await (const file of globber.globGenerator()) {