Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/webpack-5.88.2
Browse files Browse the repository at this point in the history
  • Loading branch information
javiern8410 authored May 28, 2024
2 parents 4a7ae87 + 4f556eb commit c1f3d5a
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 85 deletions.
171 changes: 88 additions & 83 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"husky": "^7.0.4",
"webpack": "^5.88.2",
"webpack-cli": "^4.10.0"
"husky": "^8.0.3"
},
"dependencies": {
"@actions/core": "^1.10.0",
Expand Down
2 changes: 1 addition & 1 deletion src/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const statusColorPalette = (status) => {
const statusText = (status) => {
switch (status) {
case 'success':
return 'Succeess';
return 'Success';
case 'failure':
return 'Failed';
case 'cancelled':
Expand Down

0 comments on commit c1f3d5a

Please sign in to comment.