Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 331 Bytes

uses-keyword-example.md

File metadata and controls

9 lines (9 loc) · 331 Bytes
jobs:
  call-workflow-1-in-local-repo:
    uses: octo-org/this-repo/.github/workflows/workflow-1.yml@172239021f7ba04fe7327647b213799853a9eb89
  call-workflow-2-in-local-repo:
    uses: ./.github/workflows/workflow-2.yml
  call-workflow-in-another-repo:
    uses: octo-org/another-repo/.github/workflows/workflow.yml@v1