From 73e966786c526693bc83b00d62e6439059d10748 Mon Sep 17 00:00:00 2001 From: Surender Singh Malik Date: Tue, 31 Jan 2023 22:49:34 +0530 Subject: [PATCH] Correcting the typo in go.yml --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d3783f9b..41bf8e5c6 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ For example, if You want to deploy a Java WAR based app, You can follow the link | Python | [python.yml](https://github.com/Azure/actions-workflow-samples/tree/master/AppService/python-webapp-on-azure.yml) | | PHP | [php.yml](https://github.com/Azure/actions-workflow-samples/blob/master/AppService/php-webapp-on-azure.yml) | DOCKER | [docker.yml](https://github.com/Azure/actions-workflow-samples/blob/master/AppService/docker-webapp-container-on-azure.yml) | -| GO | [go.yml](https://github.com/Azure/actions-workflow-samples/blob/master/AppService/go-webapp-on-azure.yml.yml) | +| GO | [go.yml](https://github.com/Azure/actions-workflow-samples/blob/master/AppService/go-webapp-on-azure.yml) | ### Sample workflow to build and deploy a Node.js Web app to Azure using publish profile