remove unused GITHUB_BASE_REF rule

This commit is contained in:
Simon Knott 2024-07-23 11:06:19 +02:00
parent 92c9253bab
commit 55bace0704
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -222,7 +222,6 @@ export function cleanEnv(env: NodeJS.ProcessEnv): NodeJS.ProcessEnv {
GITHUB_RUN_ID: undefined,
GITHUB_SERVER_URL: undefined,
GITHUB_SHA: undefined,
GITHUB_BASE_REF: undefined,
// END: Reserved CI
PW_TEST_HTML_REPORT_OPEN: undefined,
PLAYWRIGHT_HTML_OPEN: undefined,