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

Fixing Send-Payload function #79

Merged
merged 1 commit into from
Aug 2, 2024
Merged

Fixing Send-Payload function #79

merged 1 commit into from
Aug 2, 2024

Conversation

aptfinf
Copy link
Contributor

@aptfinf aptfinf commented Aug 2, 2024

The commit bec6452 created a new function called "Send-JsonPayload".
This function is used in a pipeline command, with the parameter $Payload populated from previous command result.
However, this parameter is missing "ValueFromPipeline" keyword, resulting in AlertSender being stuck in background, waiting for input.

Copy link
Owner

@tigattack tigattack left a comment

Choose a reason for hiding this comment

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

Good spot, thanks!

@tigattack tigattack merged commit 160f6d7 into tigattack:main Aug 2, 2024
5 checks passed
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