Skip to content

Commit

Permalink
fix: remove wrong module
Browse files Browse the repository at this point in the history
  • Loading branch information
pam- committed Mar 1, 2021
1 parent 8189fb3 commit 5b9e614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 5b9e614

Please sign in to comment.