Skip to content

Commit e2bf89a

Browse files
committed
Adds crypto import
1 parent 7cfce7c commit e2bf89a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/actions/find/src/findForUrl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import playwright from 'playwright';
44
import { AuthContext } from './AuthContext.js';
55
import fs from "node:fs";
66
import path from "node:path";
7+
import crypto from "node:crypto";
78

89
// Use GITHUB_WORKSPACE to ensure screenshots are saved in the workflow workspace root
910
// where the artifact upload step can find them

0 commit comments

Comments
 (0)