From 95d52dcc46b192a426ab5daac091d119ac56afe4 Mon Sep 17 00:00:00 2001 From: Krishnananthalingam Tharmigan <63336800+TharmiganK@users.noreply.github.com> Date: Wed, 14 Aug 2024 14:28:57 +0530 Subject: [PATCH] Apply suggestions from code review --- .github/workflows/process-load-test-results-template.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/process-load-test-results-template.yml b/.github/workflows/process-load-test-results-template.yml index cc1f333d..fa2df054 100644 --- a/.github/workflows/process-load-test-results-template.yml +++ b/.github/workflows/process-load-test-results-template.yml @@ -58,7 +58,7 @@ jobs: done env: GITHUB_TOKEN: ${{ secrets.ballerina_bot_token }} - - name: Check if the load-test-results branch exists + - name: Check the existence of load-test-results branch if: ${{ steps.processResults.outputs.hasPassed }} id: check_branch run: | @@ -67,7 +67,7 @@ jobs: else echo "branch_exists=false" >> $GITHUB_ENV fi - - name: Delete existing load-test-results branch + - name: Delete the existing load-test-results branch if: ${{ steps.check_branch.outputs.branch_exists }} run: git push origin --delete load-test-results - name: Push results