diff --git a/.github/workflows/azure-static-web-apps-dotnet.yml.template b/.github/workflows/azure-static-web-apps-dotnet.yml similarity index 100% rename from .github/workflows/azure-static-web-apps-dotnet.yml.template rename to .github/workflows/azure-static-web-apps-dotnet.yml diff --git a/.github/workflows/dotnetfunction.yml.template b/.github/workflows/dotnetfunction.yml similarity index 93% rename from .github/workflows/dotnetfunction.yml.template rename to .github/workflows/dotnetfunction.yml index 488302dd..867f0b1d 100644 --- a/.github/workflows/dotnetfunction.yml.template +++ b/.github/workflows/dotnetfunction.yml @@ -8,7 +8,7 @@ on: env: AZURE_FUNCTIONAPP_PACKAGE_PATH: 'azure-function/dotnet' # set this to the path to your web app project, defaults to the repository root - AZURE_FUNCTIONAPP_NAME: antho-catch-bus # set this to your application's name + AZURE_FUNCTIONAPP_NAME: 'fonctdeployementLA' DOTNET_VERSION: '6.0' jobs: