Skip to content

Commit

Permalink
action.cjs: fix auto assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Oct 9, 2024
1 parent 3bca464 commit f33f409
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion actions/main/action.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ const CONSOLE_BLUE = '\x1B[0;34m'
const CONSOLE_RED = '\x1b[0;31m'
const RESET_CONSOLE_COLOR = '\x1b[0m'

const ASSIGNEES = 'thypon kdenhartog'
const ASSIGNEES = `thypon
kdenhartog`
const HOTWORDS = `password
cryptography
login
Expand Down

0 comments on commit f33f409

Please sign in to comment.