internal/ci: remove debug logging of commit message
The original logging could, at very low risk, have introduced a
potential security issue, as the logging did not disable shell
interpolation of the contents of the commit message. In any case the
logging is not required, so remove it.
We also remove the now-unused workflowDispatch step template.
Signed-off-by: Paul Jolly <paul@myitcv.io>
Change-Id: I4a3b8cfef28356350a2fb72e19ca7b6661244084
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1196926
Reviewed-by: Roger Peppe <rogpeppe@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>