Skip to content

Commit

Permalink
Changed function app name to match Terraform.
Browse files Browse the repository at this point in the history
Co-authored-by: saquino0827 <[email protected]>
Co-authored-by: Sylvie <[email protected]>
Co-authored-by: James Herr <[email protected]>
  • Loading branch information
4 people committed Jul 10, 2024
1 parent 653437d commit 646f9e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/functions-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ permissions:
contents: read

env:
AZURE_FUNCTIONAPP_NAME: 'testTimer'
# AZURE_FUNCTIONAPP_NAME has to match the azurerm_linux_function_app's name in functions.tf
AZURE_FUNCTIONAPP_NAME: 'polling-function-${{ inputs.ENVIRONMENT }}'
AZURE_FUNCTIONAPP_PACKAGE_PATH: './azure_functions'
NODE_VERSION: '20.x'

Expand All @@ -64,7 +65,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node ${{ env.NODE_VERSION }} Environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down

0 comments on commit 646f9e3

Please sign in to comment.