From 01584d80c22ba7c0f52e8388798f9e9a423a96f4 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 17 Jan 2024 20:50:35 +0800 Subject: [PATCH] fix: remove doubled echo --- .github/workflows/test_common.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_common.yml b/.github/workflows/test_common.yml index 61f5ea3b..128e6a5c 100644 --- a/.github/workflows/test_common.yml +++ b/.github/workflows/test_common.yml @@ -83,7 +83,7 @@ jobs: echo "- **Additonal Nodes**: ${{ env.ADDITIONAL_NODES }}" >> $GITHUB_STEP_SUMMARY echo "## Test Results" >> $GITHUB_STEP_SUMMARY echo "Allure report will be available at: https://waku-org.github.io/waku-interop-tests/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY - echo echo "TEST_MESSAGE=$GITHUB_STEP_SUMMARY" >> "$GITHUB_OUTPUT" + echo "TEST_MESSAGE=$GITHUB_STEP_SUMMARY" >> "$GITHUB_OUTPUT" - name: Send report to Discord uses: rjstone/discord-webhook-notify@v1