Is your feature request related to a problem? Please describe.
We want to know the action finished without deploying.
Describe the solution you'd like
When the action skip deployment, set outputs.skip to true.
Describe alternatives you've considered
This is a workaround until the GitHub Actions runner provides a neutral status (neutral exit code).
Additional context
Is your feature request related to a problem? Please describe.
We want to know the action finished without deploying.
Describe the solution you'd like
When the action skip deployment, set
outputs.skipto true.Describe alternatives you've considered
This is a workaround until the GitHub Actions runner provides a neutral status (neutral exit code).
Additional context