Skip to content

Commit e49d1d2

Browse files
authored
Update nodejs.yml
1 parent 73e3385 commit e49d1d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ jobs:
3838
LEANCLOUD_APP_ID: ${{ secrets.LEANCLOUD_APP_ID }} # 评 论系统的ID
3939
LEANCLOUD_APP_KEY: ${{ secrets.LEANCLOUD_APP_KEY }} # 评论系统的KEY
4040

41-
# 如果FTP-Deploy-Action出现,Dirty repository: Having uncommitted changes. 问题时,使用以下注释步骤解决问题
42-
- name: reset git
43-
run: git reset --hard
41+
# 如果SFTP-Deploy-Action出现,Dirty repository: Having uncommitted changes. 问题时,使用以下注释步骤解决问题
42+
# - name: reset git
43+
# run: git reset --hard
4444

4545
- name: Deploy with Password
4646
uses: wlixcc/SFTP-Deploy-Action@v1.2.6

0 commit comments

Comments
 (0)