From ea7e269b588a466fdc656475cb00f5e31f47a12b Mon Sep 17 00:00:00 2001 From: Maxim Tarasov Date: Wed, 24 Jan 2024 22:28:43 -0800 Subject: [PATCH] testing github step summary --- .github/workflows/python-app-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app-pr.yml b/.github/workflows/python-app-pr.yml index 065e82a..9b54bbe 100644 --- a/.github/workflows/python-app-pr.yml +++ b/.github/workflows/python-app-pr.yml @@ -63,7 +63,7 @@ jobs: echo "\`\`\`diff" echo "$TEST_RESULTS" echo "" - echo "old.txt - DEV BRANCH: $DEV" + echo "dev.txt - DEV BRANCH: $DEV" echo "pr.txt - PR BRANCH: $PR" echo "\`\`\`" } >> $GITHUB_STEP_SUMMARY @@ -72,7 +72,7 @@ jobs: uses: thollander/actions-comment-pull-request@v2.4.3 with: message: | - **old.txt - DEV BRANCH: ${{ env.DEV }}** + **dev.txt - DEV BRANCH: ${{ env.DEV }}** **pr.txt - PR BRANCH: ${{ env.PR }}** ```diff