You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): strip ${{ }} from composite-action input descriptions
GitHub evaluates ${{ }} expressions even inside an input's description: string,
so the example 'Pass ${{ secrets.NEW_RELIC_LICENSE_KEY }}' text in the
descriptions triggered the same Unrecognized-named-value validation error. Use
plain backtick-quoted text in all descriptions; only the runs: body keeps
inputs.* expressions (the one context a composite action may read).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments