Skip to content

Commit

Permalink
Update azure-functions-app-python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamkhanapuri authored Jun 23, 2024
1 parent 4c9b1b0 commit 827cd6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/azure-functions-app-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on:

env:
AZURE_FUNCTIONAPP_NAME: 'gakfuncs' # 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: '/gakfuncs' # set this to the path to your function app project, defaults to the repository root
PYTHON_VERSION: '3.9' # set this to the python version to use (e.g. '3.6', '3.7', '3.8')

jobs:
Expand Down

0 comments on commit 827cd6e

Please sign in to comment.