Skip to content

Commit

Permalink
Update fix.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dycoit authored Aug 29, 2024
1 parent 7269c6d commit 9178bef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fix.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Docs for the Azure Web Apps Deploy action: https://github.com/azure/functions-action
# More GitHub Actions for Azure: https://github.com/Azure/actions

name: Build and deploy Powershell project to Azure Function App - cippxzrlk # Change cippdh4c to your Function App Name
name: Build and deploy Powershell project to Azure Function App - cippwuxwa # Change cippdh4c to your Function App Name

on:
push:
Expand All @@ -23,7 +23,7 @@ jobs:
uses: Azure/functions-action@v1
id: fa
with:
app-name: 'cippxzrlk' # Change this to your function app name (eg cippdh4ch)
app-name: 'cippwuxwa' # Change this to your function app name (eg cippdh4ch)
slot-name: 'Production'
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_39115FCE5146427DBAED764F5E4BA6EF }} # Change this to your repository secret name

0 comments on commit 9178bef

Please sign in to comment.