1
0
mirror of synced 2026-01-03 06:04:16 -05:00

Merge pull request #23255 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2021-11-30 20:14:14 -05:00
committed by GitHub

View File

@@ -70,6 +70,7 @@ Called workflows can access self-hosted runners from caller's context. This mean
* Reusable workflows stored within a private repository can only be used by workflows within the same repository.
* Any environment variables set in an `env` context defined at the workflow level in the caller workflow are not propagated to the called workflow. For more information about the `env` context, see "[Context and expression syntax for GitHub Actions](/actions/reference/context-and-expression-syntax-for-github-actions#env-context)."
* You can't set the concurrency of a called workflow from the caller workflow. For more information about `jobs.<job_id>.concurrency`, see "[Workflow syntax for GitHub Actions](/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idconcurrency)."
* The `strategy` property is not supported in any job that calls a reusable workflow.
## Creating a reusable workflow