Closed jpavlav closed 2 months ago
I can add tests here, if that is required. There are, however, not any existing tests for this action, so I thought it might not be. Fundamentally, the change here is very small and the action is very simple. Whomever reviews this, let me know if new tests are required.
Addresses #6225. This should allow users to specify a branch when using the
packs.get
command. This addresses the assumption in the code that the primary branch of a git repository corresponding to an action ismaster
.branch
parameter toget.yaml
. Default tomaster
to maintain current functionality/expectations.run
inpack_mgmt.get_install.py
. Now acceptsbranch
param and uses anfstring
to represent the ingit rev list
.