From 4edfe9f3312d8afdedbdec5f22e9608a08632d03 Mon Sep 17 00:00:00 2001
From: eric sciple <ericsciple@users.noreply.github.com>
Date: Mon, 12 Jul 2021 11:06:24 -0500
Subject: [PATCH 1/2] Update main.ts

---
 src/main.ts | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main.ts b/src/main.ts
index 4702fe0..410a767 100644
--- a/src/main.ts
+++ b/src/main.ts
@@ -16,6 +16,8 @@ async function run(): Promise<void> {
         {},
         path.join(__dirname, 'problem-matcher.json')
       )
+      
+      console.log(JSON.stringify(process.env, null, '  '))
 
       // Get sources
       await gitSourceProvider.getSource(sourceSettings)

From d668097b24e2838bd2d118a3993e994821590a3d Mon Sep 17 00:00:00 2001
From: eric sciple <ericsciple@users.noreply.github.com>
Date: Mon, 12 Jul 2021 11:09:36 -0500
Subject: [PATCH 2/2] .

---
 dist/index.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dist/index.js b/dist/index.js
index e765cc2..37dc989 100644
--- a/dist/index.js
+++ b/dist/index.js
@@ -3286,6 +3286,7 @@ function run() {
             try {
                 // Register problem matcher
                 coreCommand.issueCommand('add-matcher', {}, path.join(__dirname, 'problem-matcher.json'));
+                console.log(JSON.stringify(process.env, null, '  '));
                 // Get sources
                 yield gitSourceProvider.getSource(sourceSettings);
             }