extractActionRepo extracts the action repository from a uses string.
(uses string)
| 47 | |
| 48 | // extractActionRepo extracts the action repository from a uses string. |
| 49 | func extractActionRepo(uses string) string { |
| 50 | return actionpins.ExtractRepo(uses) |
| 51 | } |
| 52 | |
| 53 | // extractActionVersion extracts the version from a uses string. |
| 54 | func extractActionVersion(uses string) string { |