Checkout 检出你的仓库代码
https://github.com/marketplace/actions/checkout
actions/setup-node:设置 Node.js 环境。
https://github.com/marketplace/actions/setup-node-js-environment
actions/setup-python:设置 Python 环境。
https://github.com/marketplace/actions/setup-python
actions/cache:缓存依赖包和构建结果。
https://github.com/marketplace/actions/cache
actions/upload-artifact:上传构建产物。
https://github.com/marketplace/actions/upload-a-build-artifact
actions/download-artifact:下载构建产物。
https://github.com/marketplace/actions/download-a-build-artifact
actions/labeler:自动给拉取请求和问题打标签。
https://github.com/marketplace/actions/labeler
actions/stale:警告并关闭在指定时间内没有活动的问题和 PR。
https://github.com/marketplace/actions/close-stale-issues
action-send-mail:向多个收件人发送电子邮件。
https://github.com/dawidd6/action-send-mail
actions/flutter-action:安装flutter环境。
https://github.com/marketplace/actions/flutter-action
easingthemes/ssh-deploy:通过SSH上的rsync部署代码到服务器。
https://github.com/easingthemes/ssh-deploy
appleboy/ssh-action:通过ssh链接服务器执行命令
THE END