Skip to content

[hippo] Replace deprecated needs.activation output references in workflow markdown examples #43738

Description

@github-actions

Summary

Sweep workflow markdown examples and related fixtures to replace deprecated needs.activation.outputs.text/title/body references with steps.sanitized.outputs.*.

Memory: mem_f7c45403b6e1

Why

Hippo memory shows this deprecated pattern still recurs often enough to remain salient. Cleaning up examples and fixtures is a contained change that should reduce author confusion and gradually eliminate deprecation churn.

Next steps

  • Search .github/workflows/, docs, and relevant tests for needs.activation.outputs.text, .title, and .body.
  • Replace eligible cases with steps.sanitized.outputs.text/title/body.
  • Recompile workflows with make recompile and run the relevant tests.
  • Review compiler warnings/tests in pkg/workflow/expression_extraction.go and adjacent files for additional cleanup opportunities.

Generated by 🦛 Daily Hippo Learn · 13.7 AIC · ⌖ 24.7 AIC · ⊞ 5.4K ·

  • expires on Jul 8, 2026, 11:58 PM UTC-08:00

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions