Skip to content
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

Feature/update variables api #35

Merged
merged 9 commits into from
Mar 11, 2024

Conversation

MaartendeKruijf
Copy link
Collaborator

Moved it to feature/update-variables-api

Comment on lines +95 to +97
return cacao.Variables{"__soarca_ssh_result__": {Name: "result", Value: string(response)}}, err
}
results := cacao.VariableMap{"__soarca_ssh_result__": {Name: "result", Value: string(response)}}
results := cacao.Variables{"__soarca_ssh_result__": {Name: "result", Value: string(response)}}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we make the name __soarca_ssh_result__ here?

@MaartendeKruijf MaartendeKruijf merged commit e49318d into development Mar 11, 2024
9 checks passed
@MaartendeKruijf MaartendeKruijf deleted the feature/update-variables-api branch March 11, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants