From b4eb7b9509bceab7b2359fa899c72cce8c08c6fa Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Mon, 30 May 2022 04:59:34 +0300 Subject: [PATCH] Fix typo (#4527) --- .github/workflows/deploy-gcp-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-gcp-tests.yml b/.github/workflows/deploy-gcp-tests.yml index 3371dfcb8..3ac9f48de 100644 --- a/.github/workflows/deploy-gcp-tests.yml +++ b/.github/workflows/deploy-gcp-tests.yml @@ -363,7 +363,7 @@ jobs: # disk description. # # The regex used to grep the sync height is provided by ${{ inputs.height_grep_text }}, - # this allows to dinamically change the height as needed by different situations or + # this allows to dynamically change the height as needed by different situations or # based on the logs output from different tests # # Passes the sync height to subsequent steps using $SYNC_HEIGHT env variable