Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into v3
Browse files Browse the repository at this point in the history
  • Loading branch information
8398a7 committed Jan 26, 2024
2 parents fbd6aa5 + 7849ced commit 80b64fd
Show file tree
Hide file tree
Showing 6 changed files with 470 additions and 226 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
16.13.0
20.11.0
4 changes: 2 additions & 2 deletions __tests__/incorrectMatrix.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ describe('MATRIX_CONTEXT', () => {
short: true,
title: 'job',
value:
'Job is not found.\nCheck <https://action-slack.netlify.app/fields|the matrix> or <https://action-slack.netlify.app/with#job_name|job name>.',
'Job is not found.\nCheck <https://action-slack.netlify.app/usage/fields|the matrix> or <https://action-slack.netlify.app/usage/with#job_name|job name>.',
},
{
short: true,
title: 'took',
value:
'Job is not found.\nCheck <https://action-slack.netlify.app/fields|the matrix> or <https://action-slack.netlify.app/with#job_name|job name>.',
'Job is not found.\nCheck <https://action-slack.netlify.app/usage/fields|the matrix> or <https://action-slack.netlify.app/usage/with#job_name|job name>.',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ inputs:
default: ""
required: false
runs:
using: node16
using: node20
main: dist/index.js
branding:
icon: bell
Expand Down
Loading

0 comments on commit 80b64fd

Please sign in to comment.