Skip to content

Commit 065caa5

Browse files
Remove extra dash from last step (#33141)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
1 parent 8c2ec4e commit 065caa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/deployment/deploying-to-your-cloud-provider/deploying-to-azure/deploying-to-azure-kubernetes-service.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
id: bake
104104

105105
- name: Deploys application
106-
- uses: Azure/k8s-deploy@dd4bbd13a5abd2fc9ca8bdcb8aee152bb718fa78
106+
uses: Azure/k8s-deploy@dd4bbd13a5abd2fc9ca8bdcb8aee152bb718fa78
107107
with:
108108
manifests: {% raw %}${{ steps.bake.outputs.manifestsBundle }}{% endraw %}
109109
images: |

0 commit comments

Comments
 (0)