Comparing version 1.2.2 to 1.3.0
{ | ||
"name": "happo-e2e", | ||
"version": "1.2.2", | ||
"version": "1.3.0", | ||
"description": "Helpers for e2e integrations with Happo", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -117,4 +117,7 @@ const { spawnSync } = require('child_process'); | ||
function resolveMessage(env) { | ||
const { GITHUB_EVENT_PATH } = env; | ||
const { GITHUB_EVENT_PATH, HAPPO_MESSAGE } = env; | ||
if (HAPPO_MESSAGE) { | ||
return HAPPO_MESSAGE; | ||
} | ||
if (GITHUB_EVENT_PATH) { | ||
@@ -121,0 +124,0 @@ const ghEvent = require(GITHUB_EVENT_PATH); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92772
2843