From f081ca641d1e82d1629c3ae86c225b7dd254bd0d Mon Sep 17 00:00:00 2001 From: lbw Date: Fri, 23 Apr 2021 13:16:02 +0800 Subject: [PATCH] =?UTF-8?q?:fire:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=20workflows=20github=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/sync.yml | 45 -------------------------------------- 1 file changed, 45 deletions(-) delete mode 100644 .github/workflows/sync.yml diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml deleted file mode 100644 index ac21ac55..00000000 --- a/.github/workflows/sync.yml +++ /dev/null @@ -1,45 +0,0 @@ -# This workflow will build a Java project with Maven -# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven - -name: github code to gitee - -on: - push: - branches: [ master,dev ] - pull_request: - branches: [ master,dev ] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Mirror the Github organization repos to Gitee. - uses: Yikun/hub-mirror-action@master - with: - src: pig-mesh/pig - dst: log4j/pig - dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} - dst_token: ${{ secrets.GITEE_TOKEN }} - account_type: org - - - name: success - if: ${{ success() }} - uses: fifsky/dingtalk-action@master - with: - url: ${{ secrets.DINGTALK_WEBHOOK}} - type: markdown - content: | - # đŸ’¯đŸ‘¨â€đŸ’ģ Success 🎉🎉🎉 - > Github Action: github to gitee success - > ^_^ from github action message - - - name: failure - if: ${{ failure() }} - uses: fifsky/dingtalk-action@master - with: - url: ${{ secrets.DINGTALK_WEBHOOK}} - type: markdown - content: | - # 💤🤷‍♀ī¸ failure 🙅‍♂ī¸đŸ’Ŗ - > Github Action: github to gitee failure - > (⋟īšâ‹ž) from github action message -- GitLab