Azure / Azure/webapps-deploy

`restart: false` action parameter not respected

Open
#458 0 comments 0 reactions 0 assignees View on GitHub
need-to-triage
Dominant language
TypeScript
Stars
338
Forks
234
Avg merge
53m
Merged PRs (30d)
3

Description

Currently the `restart` parameter does not work. Regardless of the value, the webapp will always be restarted.

https://github.com/Azure/webapps-deploy/blob/39572e36d88baacea0a68b870e4e7021c982c551/action.yml#L40-L42
**Example:**
```
uses: azure/webapps-deploy@v3
with:
app-name: myappname
images: myorg/myimage:v9.9.9.9
restart: false
```

I think this needs ultimatively be fixed upstream in [microsoft/pipelines-appservice-lib](https://github.com/microsoft/pipelines-appservice-lib). The issue occurs due to an incorrect handling of the boolean parameter.
See: https://github.com/microsoft/pipelines-appservice-lib/issues/113

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.