Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jun 14:54
· 15 commits to refs/heads/main since this release
8e77f17
Fix Comment Body @milldr (#21)

what

  • check for empty comment before running the comment action
  • correct comment body within collapsed block

why

  • If the only affected stacks have settings.spacelift.workspace_enabled: false, then the comment body will be empty. If the comment body is empty, then the actions fails:
Error: Either message or path input is required
  • The comment body was not formatted correctly when inside a collapsed block

references

  • n/a