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