From d3777fc7a2aecad172cabe4ba93c765cb1d87556 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 14 Apr 2022 10:20:15 +0800 Subject: [PATCH] Fix the test_gmt_dev workflow to show URL (#1881) Patches #1866. --- .github/workflows/ci_tests_dev.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci_tests_dev.yaml b/.github/workflows/ci_tests_dev.yaml index dd4ced45962..3d829607ea6 100644 --- a/.github/workflows/ci_tests_dev.yaml +++ b/.github/workflows/ci_tests_dev.yaml @@ -78,6 +78,7 @@ jobs: token: ${{ steps.generate-token.outputs.token }} repository: ${{ github.event.client_payload.github.payload.repository.full_name }} comment-id: ${{ github.event.client_payload.github.payload.comment.id }} + body: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} # Install Mambaforge with conda-forge dependencies - name: Setup Mambaforge