We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 226080f commit 86b69d5Copy full SHA for 86b69d5
.github/workflows/deploy-azure.yml
@@ -44,7 +44,6 @@ jobs:
44
with:
45
app-name: ${{ env.AZURE_FUNCTIONAPP_NAME }}
46
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
47
- publish-profile: |
48
- ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
+ publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
49
scm-do-build-during-deployment: true
50
enable-oryx-build: true
0 commit comments