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 25, 2020
1 parent 3f5fe1e commit 731eb61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion .github/workflows/urls-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:

- name: Run urls-check action
run: |
make bots
tools/make-bots
tools/urls-check

0 comments on commit 731eb61

Please sign in to comment.