This commit is contained in:
千里走单骑 2024-04-03 01:57:20 +08:00
parent 2ddd9cd653
commit 937a6ff9d1
1 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ jobs:
# echo ${{ github.token }} # echo ${{ github.token }}
# echo ${{ env.GITOPS_URL }} # echo ${{ env.GITOPS_URL }}
- name: 拉取代码 - name: 🔎拉取代码
uses: https://${{ env.DOMAIN }}/actions/checkout@v4 uses: https://${{ env.DOMAIN }}/actions/checkout@v4
# Docker配置多平台环境 # Docker配置多平台环境
@ -77,7 +77,7 @@ jobs:
needs: [build] needs: [build]
steps: steps:
- name: 🐬更新应用镜像 - name: 🍏更新应用镜像
uses: http://gitea.lntu.edu.cn/actions/gitops@main uses: http://gitea.lntu.edu.cn/actions/gitops@main
with: with:
email: "gitops@lntu.edu.cn" email: "gitops@lntu.edu.cn"
@ -95,7 +95,7 @@ jobs:
steps: steps:
# 发送通知 # 发送通知
- name: 微信通知 - name: 🚀微信通知
uses: https://${{ env.DOMAIN }}/actions/action-wechat-work@master uses: https://${{ env.DOMAIN }}/actions/action-wechat-work@master
# 若没有配置机器人WebHook则跳过 # 若没有配置机器人WebHook则跳过
if: ${{ secrets.WECHAT_WORK_BOT_WEBHOOK != '' }} if: ${{ secrets.WECHAT_WORK_BOT_WEBHOOK != '' }}