Fix the typo in logs

Co-authored-by: Marko Zivic <100996310+marko-zivic-93@users.noreply.github.com>
pull/60/head
MaksimZhukov 3 years ago committed by GitHub
parent 7ec29070ce
commit 4d66144ef4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -118,7 +118,7 @@ jobs:
- name: Wait for the logs - name: Wait for the logs
run: | run: |
Write-Host "Fake step that do nothing" 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 of 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 "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" Write-Host "to determine if ${{ inputs.tool-name }} version was consumed from cache and was downloaded"

Loading…
Cancel
Save