Enable preview

This commit is contained in:
Kuba Orlik 2022-07-15 08:17:29 +02:00
parent e9213004d4
commit beea325ebf

View File

@ -14,7 +14,7 @@ DOMAINS=`node array-to-lines.js "$(echo $INPUT | jq .third_party_domains)"`
source ./utils.sh
PREVIEW="FALSE" # set to "TRUE" in order to enable automatic screenshots kept in preview.png
PREVIEW="TRUE" # set to "TRUE" in order to enable automatic screenshots kept in preview.png
if [ "$PREVIEW" = "TRUE" ];
then