From 6e81ea405d1eca46d949a4c7b6cdbf6a59eeaef5 Mon Sep 17 00:00:00 2001 From: Sam Ford <1584702+samford@users.noreply.github.com> Date: Thu, 26 Dec 2024 09:32:44 -0500 Subject: [PATCH] workflows/ci: temporarily debug ENV --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd005eac5a874..2dfb468f84c43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -248,6 +248,8 @@ jobs: require "cask/cask_loader" require "utils/github/actions" + puts "SNAPSHOT_BEFORE" + pp JSON.parse(ENV.fetch("SNAPSHOT_BEFORE", "{}")) before = JSON.parse(ENV.fetch("SNAPSHOT_BEFORE", "{}")) .transform_keys(&:to_sym) after = Check.all