TIL Tuesday: GitHub Actions now supports $/ syntax to reference an action or reusable workflow in the same repository. No hardcoded versions, no ./ path hacks.

jobs:

build:

steps:

- uses: $/.github/actions/build