From c8eeda901edc225ff6f8bb56b857bbe5289ed1df Mon Sep 17 00:00:00 2001 From: Brian Kardell Date: Tue, 2 Jan 2024 13:37:37 -0500 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: