action-docs icon indicating copy to clipboard operation
action-docs copied to clipboard

Usage can't show paths for workflow/action files

Open glungley opened this issue 7 months ago • 0 comments

For reusable workflows or custom actions which aren't at the root of the repository, the usage should include the path to the workflow/action yaml file. E.g.

jobs:
  call-workflow-passing-data:
    uses: octo-org/example-repo/.github/workflows/reusable-workflow.yml@main
    with:
      ...

glungley avatar Jul 09 '24 16:07 glungley