from work slack:
whoa TIL: in github workflows/composite actions, uses: $/path/in/same/repo will always resolve to the action/workflow defined in the running repo (not the calling repo like uses: ./path/to/thing
docs: docs.github.com/en/actions/…/workflow-syntax#…
from work slack: