From ff00abe856481a47a590f738921ca4747def87fc Mon Sep 17 00:00:00 2001 From: Ian Jennings Date: Thu, 11 Apr 2024 20:16:56 -0500 Subject: [PATCH] asdf --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 84efaad..4d40886 100644 --- a/index.js +++ b/index.js @@ -38,7 +38,7 @@ const github = require('@actions/github'); } core.info(deployment.sha) - core.infi(deployment.url) + core.info(deployment.url) core.info(deployment.ref); core.info(`Status: ${deployment.environment} (#${deployment.id}) ${statuses[0].state}`);