Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
调试错误,
  • Loading branch information
huabin authored Feb 8, 2024
1 parent 479df15 commit 048bc8b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,16 @@ jobs:
run: rm -rf directConfig/.git

# 重命名文件夹
- name: List files before renaming
run: ls -l

- name: Rename directory
run: mv directConfig rules

# 列出重命名后的文件夹
- name: List files after renaming
run: ls -l

# 将内容 SCP 到 VPS 服务器
- name: SCP rules
uses: appleboy/scp-action@master
Expand Down

0 comments on commit 048bc8b

Please sign in to comment.