After Uploading an Image ( using t.setFilesToUpload() method ) , the image stored on the Azure Blob Storage is truncated and fetched Image is Broken #3814
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Label Actions' | |
on: | |
issues: | |
types: [labeled, unlabeled] | |
pull_request_target: | |
types: [labeled, unlabeled] | |
jobs: | |
reaction: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: DevExpress/testcafe-build-system/actions/handle-labels@main |