formatted workflows

هذا الالتزام موجود في:
Chris Ayers
2023-10-01 23:00:42 +00:00
الأصل d05871b323
التزام 7720922c15
19 ملفات معدلة مع 136 إضافات و143 حذوفات

عرض الملف

@@ -15,7 +15,7 @@ jobs:
lint:
uses: ./.github/workflows/lint.yml
deploy:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
@@ -27,7 +27,7 @@ jobs:
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
- uses: Azure/cli@v1
name: Create resource group
with:
with:
inlineScript: |
az group create \
--name ${{ env.resourceGroupName }} \
@@ -44,4 +44,4 @@ jobs:
environmentType=Test
- name: Show website hostname
run: |
echo "Access the website at this address: https://${{ steps.deploy.outputs.appServiceAppHostName }}"
echo "Access the website at this address: https://${{ steps.deploy.outputs.appServiceAppHostName }}"