In Github Actions composite actions, you must specify the branch where the composite action is located, e.g.,
- uses: /username/repo-name/.github/composite-actions@main
Is there a way to specify the current branch instead rather than hardcode @main?