拷贝文件修改目录
All checks were successful
代码更新通知 / update-server (push) Successful in 1s

This commit is contained in:
2024-12-18 15:22:47 +08:00
parent 7d26f57ed4
commit a9ce145256

View File

@@ -11,7 +11,7 @@ jobs:
- name: 输出github环境变量
run: echo 'github相关 ${{ toJSON(github) }}'
- name: 拷贝文件
run: cd ../ && task cp
run: cd ../ && cp -r . /root/runner/
- name: 发送通知
id: use-go-action
uses: https://git.aweoo.com/action/gotify@latest