From ff12326208ad7f3116294983271590589716c55e Mon Sep 17 00:00:00 2001 From: MaksimZhukov <46996400+MaksimZhukov@users.noreply.github.com> Date: Fri, 2 Dec 2022 12:10:46 +0100 Subject: [PATCH] fixed the typo in the logs Co-authored-by: Marko Zivic <100996310+marko-zivic-93@users.noreply.github.com> --- .github/workflows/build-tool-packages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-tool-packages.yml b/.github/workflows/build-tool-packages.yml index 4d79716..df79aaa 100644 --- a/.github/workflows/build-tool-packages.yml +++ b/.github/workflows/build-tool-packages.yml @@ -119,7 +119,7 @@ jobs: - name: Wait for the logs run: | Write-Host "Fake step that does nothing" - Write-Host "We need it because log of previous step 'Setup ${{ inputs.tool-name }}' is not available here yet." + Write-Host "We need it because log from the previous step 'Setup ${{ inputs.tool-name }}' is not available here yet." Write-Host "In testing step we analyze build log of 'Setup ${{ inputs.tool-name }}' task" Write-Host "to determine if ${{ inputs.tool-name }} version was consumed from cache and was downloaded" for ($i = 0; $i -lt 200; $i++) { Get-Random }