From 02022f4ff98c6f1d174e76e9d0c8cbeb649bd62c Mon Sep 17 00:00:00 2001 From: Ian Jennings Date: Thu, 11 Apr 2024 20:25:39 -0500 Subject: [PATCH] debug --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3687cc1..33b2771 100644 --- a/index.js +++ b/index.js @@ -38,7 +38,7 @@ const github = require('@actions/github'); // continue; // } - core.info(deployment.sha + ' ' + deployment.url + ' ' + deployment.ref) + core.info(deployment.sha + ' ' + deployment.url + ' ' + deployment.ref + ' / ' + ref) if (deployment.ref == ref) { core.info('MATCHES!!!!')