diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index d193e4d6..c9e90bd7 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -20,7 +20,7 @@ jobs: - name: Install dependencies run: npm install - name: Run Node.js script - run: node script.js + run: node run.js - name: Commit output file uses: stefanzweifel/git-auto-commit-action@v4 with: