diff --git a/.github/workflows/audit-docs-version.yml b/.github/workflows/audit-docs-version.yml
index 6c0cf5728..7ba89b5f1 100644
--- a/.github/workflows/audit-docs-version.yml
+++ b/.github/workflows/audit-docs-version.yml
@@ -20,7 +20,7 @@ jobs:
const { setTimeout } = await import('node:timers/promises');
const { ElectronVersions } = await import('${{ github.workspace }}/node_modules/@electron/fiddle-core/dist/index.js');
- const DOCS_SHA_REGEX = //m;
+ const DOCS_SHA_REGEX = //m;
const DELTA_THRESHOLD_MS = 1000*60*20;
const resp = await fetch('https://electronjs.org');