Home
last modified time | relevance | path

Searched refs:workflow_file (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/appservice/
H A Dcustom.py4598 workflow_file=str(existing_workflow_file.decoded_content))
4705 workflow_file=str(existing_workflow_file.decoded_content))
4730 def _get_publish_profile_from_workflow_file(workflow_file): argument
4733 regex = re.search(r'publish-profile: \$\{\{ secrets\..*?\}\}', workflow_file)