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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user