Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jgutierrezglez committed Apr 12, 2024
1 parent 4565543 commit 3f545b4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const core = require("@actions/core");
const github = require('@actions/github');
const fetch = require("node-fetch");
const {v4 : uuidv4} = require('uuid')

const { buildSlackAttachments, formatChannelName } = require('./src/utils');

Expand Down
15 changes: 14 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"homepage": "https://github.com/Bandwidth/build-notify-slack-action#readme",
"dependencies": {
"@actions/core": "^1.4.0",
"@actions/github": "^5.0.0"
"@actions/github": "^5.0.0",
"uuid": "^9.0.1"
}
}

0 comments on commit 3f545b4

Please sign in to comment.