From 414764a46e58a34fd5b5c12c129b47a38c50ceec Mon Sep 17 00:00:00 2001 From: takecchi Date: Mon, 18 Mar 2024 22:49:32 +0900 Subject: [PATCH] =?UTF-8?q?SST=E3=81=AE=E3=82=A2=E3=83=83=E3=83=97?= =?UTF-8?q?=E3=83=87=E3=83=BC=E3=83=88=E3=81=8C=E3=81=82=E3=81=A3=E3=81=9F?= =?UTF-8?q?=E5=A0=B4=E5=90=88=E3=81=AB=E8=87=AA=E5=8B=95=E7=9A=84=E3=81=AB?= =?UTF-8?q?=E3=83=A9=E3=82=A4=E3=83=96=E3=83=A9=E3=83=AA=E3=81=AE=E6=9B=B4?= =?UTF-8?q?=E6=96=B0=E3=82=92=E8=A1=8C=E3=81=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/renovate-sst-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-sst-update.yml b/.github/workflows/renovate-sst-update.yml index e8afbfce..6a515b2b 100644 --- a/.github/workflows/renovate-sst-update.yml +++ b/.github/workflows/renovate-sst-update.yml @@ -20,7 +20,7 @@ jobs: - name: Run sst update and npm install run: | - sst update + npx sst update npm install - name: Commit changes