diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 5526f94..94d0f5c 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v2 - run: npm install - - run: node ./scripts/update.js + - run: npm run api:update - uses: tibdex/github-app-token@v1 if: ${{ !env.ACT }} id: create-app-token