1
0
mirror of synced 2026-01-04 00:06:20 -05:00
Files
docs/data/reusables/actions/uses-keyword-example.md
Sarah Schneider b7f48ea2c1 Support GHAE internal-only semantic versioning (#29178)
Co-authored-by: Peter Bengtsson <mail@peterbe.com>
Co-authored-by: Matt Pollard <mattpollard@users.noreply.github.com>
2022-09-22 08:26:58 +02:00

401 B

jobs:
  call-workflow-1-in-local-repo:
    uses: octo-org/this-repo/.github/workflows/workflow-1.yml@172239021f7ba04fe7327647b213799853a9eb89
{%- ifversion fpt or ghec or ghes > 3.4 or ghae > 3.4 %}
  call-workflow-2-in-local-repo:
    uses: ./.github/workflows/workflow-2.yml
{%- endif %}
  call-workflow-in-another-repo:
    uses: octo-org/another-repo/.github/workflows/workflow.yml@v1