Since this action runs on GitHub, it seems strange that `git` is not pre-installed in the container? Having to do `tdnf install -y git` consumes a lot of unnecessary bandwidth and time.
Since this action runs on GitHub, it seems strange that
gitis not pre-installed in the container?Having to do
tdnf install -y gitconsumes a lot of unnecessary bandwidth and time.