Document runner requirements for composite action #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The composite action relies on
python3,sha256sum, andcurlbeing available. This is fine for ubuntu runners but undocumented.Fix
Add a "Requirements" section to the action description or README noting:
All present on
ubuntu-*runners by default.