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