Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/learn-github-actions/reusing-workflows#limitations
What part(s) of the article would you like to see updated?
I would like to have this limitation included:
- Reusable workflows do not support the
strategy property.
That is because I tried using a reusable workflow with that property but GitHub Actions errored with this error:
The workflow is not valid. .github/workflows/deploy_release.yml (Line: 22, Col: 5): Unexpected value 'strategy' .github/workflows/deploy_release.yml (Line: 31, Col: 21): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.package_type
Additional information

Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/actions/learn-github-actions/reusing-workflows#limitations
What part(s) of the article would you like to see updated?
I would like to have this limitation included:
That is because I tried using a reusable workflow with that property but GitHub Actions errored with this error:
Additional information