Skip to content

Commit 768776c

Browse files
authored
Merge pull request #77 from codebytes/dependabot/github_actions/azure/CLI-2
Bump azure/CLI from 1 to 2
2 parents d4c3a70 + f848eba commit 768776c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
3838
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
3939
- name: Upload HTML report to Azure
40-
uses: azure/CLI@v1
40+
uses: azure/CLI@v2
4141
with:
4242
inlineScript: |
4343
REPORT_DIR='run-${{ github.run_id }}-${{ github.run_attempt }}'

0 commit comments

Comments
 (0)