1
0
mirror of synced 2026-01-05 21:04:17 -05:00
Files
docs/data/reusables/actions/uses-keyword-example.md
Laura Coursen c2ea257c66 A few more
2023-06-28 10:47:55 +01:00

10 lines
331 B
Markdown

```yaml
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
```