From 2c446e7f691884b1ab8199afec2511420744b03d Mon Sep 17 00:00:00 2001 From: Samuel Allan Date: Wed, 31 Jul 2024 16:11:44 +0930 Subject: [PATCH] Fix format for writing to $GITHUB_ENV --- .github/workflows/weekly_tests.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/weekly_tests.yaml b/.github/workflows/weekly_tests.yaml index ae41b26..f27f24e 100644 --- a/.github/workflows/weekly_tests.yaml +++ b/.github/workflows/weekly_tests.yaml @@ -101,7 +101,13 @@ jobs: merge-multiple: true - name: Generate summary message - run: python3 ./scripts/weekly-tests-summary.py "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> "$GITHUB_ENV" + run: | + { + echo "results<> "$GITHUB_ENV" + - name: Send the Mattermost Message uses: mattermost/action-mattermost-notify@master