This action checks the update status of a service in a docker swarm and throws an error if it is not completed
Required The service name
Optional Command added before the inspect service command. Ex.: docker-machine ssh manager-name
Optional Should run as super user?
uses: actions/verify-swarm-update-action@v1
with:
service-name: 'my-service-name'