Skip to content

Commit

Permalink
fixed yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Melo committed Oct 21, 2020
1 parent 12ff72e commit 983e8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
FETCHINTERVAL: ${{ secrets.FETCHINTERVAL }}
TOKEN_ITJOBS: ${{ secrets.TOKEN_ITJOBS }}
- name: Install npm
run: npm install
run: npm install
- name: Install npm
run: node src/app.js
run: node src/app.js

- name: Commit files
run: |
Expand Down

0 comments on commit 983e8df

Please sign in to comment.