From 696cd7852b54e397bf04a5dd3c75243974111e01 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 16 May 2024 20:31:42 +0700 Subject: [PATCH] Testing Azure Function --- .github/workflows/main_paulxieptest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main_paulxieptest.yml b/.github/workflows/main_paulxieptest.yml index d2d6627..6d4629b 100644 --- a/.github/workflows/main_paulxieptest.yml +++ b/.github/workflows/main_paulxieptest.yml @@ -5,7 +5,7 @@ on: env: AZURE_FUNCTIONAPP_NAME: 'paulxieptest' # set this to your function app name on Azure - AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your function app project, defaults to the repository root + AZURE_FUNCTIONAPP_PACKAGE_PATH: 'azure' # set this to the path to your function app project, defaults to the repository root PYTHON_VERSION: '3.8' # set this to the python version to use (e.g. '3.6', '3.7', '3.8') jobs: