From 5b9e614bc8b6b4890c0e0a13e192eeb92bd124d6 Mon Sep 17 00:00:00 2001 From: pam- Date: Mon, 1 Mar 2021 16:47:19 -0500 Subject: [PATCH] fix: remove wrong module --- src/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils.js b/src/utils.js index ec546a6e..de825fa6 100644 --- a/src/utils.js +++ b/src/utils.js @@ -1,4 +1,4 @@ -const { context } = require('@actions/github-script'); +const { context } = require('@actions/github'); function buildSlackAttachments({ status, color, github }) { const { payload, ref, workflow, eventName, job, runId } = github.context;