Skip to content

Commit

Permalink
workflows: Don't use 'make bots'
Browse files Browse the repository at this point in the history
That would first require autogen, lets just use `tools/make-bots` instead.
  • Loading branch information
marusak committed Oct 26, 2020
1 parent 5c305ad commit 4578520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:

- name: Run npm-update bot
run: |
make bots
tools/make-bots
bots/npm-update
2 changes: 1 addition & 1 deletion .github/workflows/po-refresh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:

- name: Run po-refresh bot
run: |
make bots
tools/make-bots
bots/po-refresh

0 comments on commit 4578520

Please sign in to comment.