-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue while cleaning up the new instance #5
Comments
The snippet you showed does not use the action at all. What should we change in the action for this? |
We are using this action while creating the instance. This action uses the |
Do you think we should add support in the action to even terminate instances? |
I don't think so. Although, this can be achieved with the help of a flag, but it would be better if this feature is implemented as a separate action altogether. |
We are using this action to setup feature instances when a developer creates pull request. We have another GitHub action that is supposed to delete the feature instance when the pull request is merged.
GITHUB_REF_NAME
is the branch name to which the pull request is merged, not the pull request's branch name. Due to this it fails to delete the feature instance.The text was updated successfully, but these errors were encountered: