fix(devops): azure conection string var name (#23416)

This commit is contained in:
Yury Semikhatsky 2023-05-31 16:54:44 -07:00 committed by GitHub
parent 5701ff1e9b
commit ce9892c694
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ jobs:
uses: ./.github/actions/download-blob-report-from-azure
with:
run_dir: 'run-${{ github.run_id }}-${{ github.sha }}-test_linux'
connection_string: '${{ secrets.AZURE_CONNECTION_STRING }}'
connection_string: '${{ secrets.AZURE_CONNECTION_STRING_FOR_BLOB_REPORT }}'
- name: Merge into HTML Report
run: |
npx playwright merge-reports --reporter html --attachments missing 'run-${{ github.run_id }}-${{ github.sha }}-test_linux'
@ -229,7 +229,7 @@ jobs:
uses: ./.github/actions/download-blob-report-from-azure
with:
run_dir: 'run-${{ github.run_id }}-${{ github.sha }}-test_test_runner'
connection_string: '${{ secrets.AZURE_CONNECTION_STRING }}'
connection_string: '${{ secrets.AZURE_CONNECTION_STRING_FOR_BLOB_REPORT }}'
- name: Merge into HTML Report
run: |
npx playwright merge-reports --reporter html --attachments missing 'run-${{ github.run_id }}-${{ github.sha }}-test_test_runner'

View File

@ -234,7 +234,7 @@ jobs:
uses: ./.github/actions/download-blob-report-from-azure
with:
run_dir: 'run-${{ github.run_id }}-${{ github.sha }}-tracing_linux'
connection_string: '${{ secrets.AZURE_CONNECTION_STRING }}'
connection_string: '${{ secrets.AZURE_CONNECTION_STRING_FOR_BLOB_REPORT }}'
- name: Merge into HTML Report
run: |
npx playwright merge-reports --reporter html --attachments missing 'run-${{ github.run_id }}-${{ github.sha }}-tracing_linux'