Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK authored Aug 14, 2024
1 parent 0a6fc90 commit 95d52dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/process-load-test-results-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
Expand Down

0 comments on commit 95d52dc

Please sign in to comment.