Skip to content

Commit

Permalink
feat: added dispatch command
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed Aug 9, 2022
1 parent 6b3ab92 commit b4e5786
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/config-scrapper/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/actions/config-scrapper/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/actions/config-scrapper/log.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const _ = require('lodash')

module.exports = {
templateInfo: (context, ...args) => ':: ' + _.pad(context, 12) + ' | ' + args.join('\n'),
templateInfo: (context, ...args) => ':: ' + _.pad(context, 13) + ' | ' + args.join('\n'),

templateDetails: _.template(`<details>
<summary><%= summary %></summary>
Expand Down

0 comments on commit b4e5786

Please sign in to comment.