Fix pre-commit lints (#1877)

This commit is contained in:
Sam Morrow
2022-12-20 10:18:45 +01:00
committed by GitHub
parent 4de66f3fa6
commit d248c347a9
7 changed files with 2 additions and 7 deletions
-1
View File
@@ -62,4 +62,3 @@ jobs:
package: '${{ env.POM_XML_DIRECTORY }}' # if there are multiple function apps in same project, then this path will be like './${{ env.POM_XML_DIRECTORY }}/target/azure-functions/${{ env.POM_FUNCTIONAPP_NAME }'
publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }} # Remove publish-profile to use Azure RBAC
respect-pom-xml: true