From a7b088f5d57a2fb8dc38c633753dd79524e66234 Mon Sep 17 00:00:00 2001 From: David Elsener Date: Mon, 18 Mar 2024 01:57:12 +0100 Subject: [PATCH] noissue: export BPMNs as SVGs to target directory --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 24336a1..020af5c 100644 --- a/action.yml +++ b/action.yml @@ -16,3 +16,5 @@ inputs: runs: using: node20 main: dist/index.js + env: + PUPPETEER_BROWSER_REVISION: "121.0.6167.85"