From 4c70e35598af70d4a86a4b3933c20f4a16cec2d3 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 23 Jan 2022 16:33:35 +0300 Subject: [PATCH] Update auto-update.yml --- .github/workflows/auto-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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