deploy-to-azure
deploy-to-azure copied to clipboard
Fix regular expressions escaping in a workflow
Escape . to \\.
Summary
Fix regular expressions escaping in a workflow
Changes
. → \\.
Task list
- [x] For workflow changes, I have verified the Actions workflows function as expected.
- [x] For content changes, I have reviewed the style guide.