From 9f37ea3898b560b10c91fc1ae377b446c981e8b9 Mon Sep 17 00:00:00 2001 From: Nick McClorey Date: Wed, 22 May 2024 19:26:02 -0400 Subject: [PATCH] remove extra dash from last step --- .../deploying-to-azure/deploying-to-azure-kubernetes-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.md b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.md index 7ac8d3096b36..17353b4e9189 100644 --- a/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.md +++ b/content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.md @@ -103,7 +103,7 @@ jobs: id: bake - name: Deploys application - - uses: Azure/k8s-deploy@dd4bbd13a5abd2fc9ca8bdcb8aee152bb718fa78 + uses: Azure/k8s-deploy@dd4bbd13a5abd2fc9ca8bdcb8aee152bb718fa78 with: manifests: {% raw %}${{ steps.bake.outputs.manifestsBundle }}{% endraw %} images: |