We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73e3385 commit e49d1d2Copy full SHA for e49d1d2
.github/workflows/nodejs.yml
@@ -38,9 +38,9 @@ jobs:
38
LEANCLOUD_APP_ID: ${{ secrets.LEANCLOUD_APP_ID }} # 评 论系统的ID
39
LEANCLOUD_APP_KEY: ${{ secrets.LEANCLOUD_APP_KEY }} # 评论系统的KEY
40
41
- # 如果FTP-Deploy-Action出现,Dirty repository: Having uncommitted changes. 问题时,使用以下注释步骤解决问题
42
- - name: reset git
43
- run: git reset --hard
+ # 如果SFTP-Deploy-Action出现,Dirty repository: Having uncommitted changes. 问题时,使用以下注释步骤解决问题
+ # - name: reset git
+ # run: git reset --hard
44
45
- name: Deploy with Password
46
uses: wlixcc/SFTP-Deploy-Action@v1.2.6
0 commit comments