fix(azure): use correct action parameter names

- Remove invalid 'skip_deploy_on_missing_secrets' parameter
- Use 'is_static_export: true' instead of IS_STATIC_EXPORT env var
- All parameters now match Azure static-web-apps-deploy@v1 action spec
This commit is contained in:
xiaohei
2025-12-29 09:12:43 +00:00
parent c9a78c657c
commit d275a08c39
+1 -3
View File
@@ -39,6 +39,4 @@ jobs:
api_location: ''
output_location: ''
skip_app_build: true
skip_deploy_on_missing_secrets: true
env:
IS_STATIC_EXPORT: true
is_static_export: true