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