Why was `Action.fullName` made `internal` when swi...
# github-workflows-kt
v
Why was
Action.fullName
made
internal
when switching to explicit api mode? 😞
1
It's easy to replicate and actually I don't need it anymore as I just used it for working around a bug that was fixed in the meantime. But still wondering. :-)
p
for things that I wasn't sure are needed in the API, I preferred to mark them internal and discuss case by case. My intent was to keep the API as simple as possible 🙂 in general one shouldn't need it, and if one does, let's discuss it