From 2c2110133042203269a9bccb8735839d5cf876fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=BE=81=E8=BE=89?= <343196323@qq.com> Date: Tue, 18 Jun 2024 15:39:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8E=20ci:=20=E6=9B=B4=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index cd89cf6..8ec2a2a 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -13,12 +13,12 @@ jobs: # 获取源码 - name: 迁出代码 # 使用action库 actions/checkout获取源码 - uses: actions/checkout@v2 + uses: actions/checkout@master # 安装Node10 - name: 安装node.js # 使用action库 actions/setup-node安装node - uses: actions/setup-node@v2 + uses: actions/setup-node@v1 with: node-version: 18.20.2 @@ -55,4 +55,4 @@ jobs: # 用户 REMOTE_USER: "root" # 目标地址 - TARGET: "/root/" + TARGET: "/www/wwwroot"