Skip to content

Commit

Permalink
Update check-need-info.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xrkffgg authored Nov 23, 2020
1 parent 3731c87 commit 7cd5389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-need-info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ on:
- cron: "0 12 */7 * *"

jobs:
check-issue:
check-need-info:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master

- name: Install
run: yarn

- name: Update data
- name: node js
run: node ./script/check-need-info.js
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 7cd5389

Please sign in to comment.