This is an automated email from the ASF dual-hosted git repository. mark4z pushed a commit to branch feature/apache in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu.git
commit 348c80ee0764bd2dadae9652d287e752e98b9571 Author: yuyu.zx <[email protected]> AuthorDate: Tue Apr 6 11:42:51 2021 +0800 delete third github action plugins Former-commit-id: 7c06d012aeb8d2775580de83be8765f733469012 --- .github/workflows/github-actions.yml | 44 ------------------------------------ 1 file changed, 44 deletions(-) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 809f551..0d1793f 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -81,47 +81,3 @@ jobs: - name: Coverage run: bash <(curl -s https://codecov.io/bash) - - - name: Hello world - run: echo Hello world ${{ secrets.PROXY_DING_TOKEN }} ${{ secrets.PROXY_DING_SIGN }} - - # Because the contexts of push and PR are different, there are two Notify. - # Notifications are triggered only in the dubbogo/dubbo-go-pixiu repository. - - name: DingTalk Message Notify only Push - uses: zcong1993/[email protected] - # Whether job is successful or not, always () is always true. - if: | - always() && - github.event_name == 'push' && - github.repository == 'dubbogo/dubbo-go-proxy' - with: - # DingDing bot token - dingToken: ${{ env.DING_TOKEN }} - secret: ${{ env.DING_SIGN }} - # Post Body to send - body: | - { - "msgtype": "markdown", - "markdown": { - "title": "Github Actions", - "text": "## Github Actions \n - name: CI \n - repository: ${{ github.repository }} \n - trigger: ${{ github.actor }} \n - event: ${{ github.event_name }} \n - ref: ${{ github.ref }} \n - status: [${{ job.status }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) \n - environment: ${{ runner.os }} \n - SHA: [${{ github.sha }}](${{ github.event.compare }})" - } - } - - - name: DingTalk Message Notify only PR - uses: zcong1993/[email protected] - if: | - always() && - github.event_name == 'pull_request_target' && - github.repository == 'dubbogo/dubbo-go-proxy' - with: - dingToken: ${{ env.DING_TOKEN }} - secret: ${{ env.DING_SIGN }} - body: | - { - "msgtype": "markdown", - "markdown": { - "title": "Github Actions", - "text": "## Github Actions \n - name: CI \n - repository: ${{ github.repository }} \n - pr_title: ${{ github.event.pull_request.title }} \n - trigger: ${{ github.actor }} \n - event: ${{ github.event_name }} \n - ref: [${{ github.ref }}](${{ github.event.pull_request._links.html.href }}) \n - status: [${{ job.status }}](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) \n - environment: ${{ runner.os }} \n > SHA: [${{ github.sha }}](${{ gith [...] - } - }
