From e807c90979baadc1b4c1f7805aab4333d8afffbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=BCrzeder?= Date: Thu, 30 Apr 2020 12:00:43 +0200 Subject: [PATCH] Fixed test --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0eca396..05a6b1c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,5 +15,5 @@ jobs: subscriptionId: ${{ secrets.SUBSCRIPTION_ID }} resourceGroupName: azurearmaction templateLocation: ./test/template.json - deploymentName: github-action-test-deploymentName + deploymentName: github-test deploymentMode: Incremental \ No newline at end of file