Skip to content

Commit

Permalink
workflows/ci: temporarily debug ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
samford committed Dec 26, 2024
1 parent 21cec36 commit 6e81ea4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e81ea4

Please sign in to comment.