From c67ea13c828ac4e10a36790427960e7dc483f014 Mon Sep 17 00:00:00 2001 From: YanaXu Date: Fri, 17 Nov 2023 13:23:03 +0800 Subject: [PATCH] update words --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42cd75d7d..9a52db323 100644 --- a/README.md +++ b/README.md @@ -384,7 +384,7 @@ jobs: subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} enable-AzPSSession: true - # Azure CLI Action only support linux self-hosted runners for now. + # Azure CLI Action only supports linux self-hosted runners for now. # If you want to execute the Azure CLI script on a windows self-hosted runner, you can execute it directly in `run`. - name: Azure CLI script uses: azure/CLI@v1 @@ -451,7 +451,7 @@ jobs: subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }} enable-AzPSSession: true - # Azure CLI Action only support linux self-hosted runners for now. + # Azure CLI Action only supports linux self-hosted runners for now. # If you want to execute the Azure CLI script on a windows self-hosted runner, you can execute it directly in `run`. - name: Azure CLI script uses: azure/CLI@v1