Skip to content

Commit f8ca376

Browse files
authored
Merge branch 'main' into repo-sync
2 parents f50b5b9 + b361ca7 commit f8ca376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/learn-github-actions/reusing-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ A reusable workflow can be used by another workflow if any of the following is t
4545

4646
* Reusable workflows can't call other reusable workflows.
4747
* Reusable workflows stored within a private repository can only be used by workflows within the same repository.
48-
* Any environment variables set in an `env` context defined at the workflow level in the caller workflow are not be 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)."
48+
* 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)."
4949

5050
The following limitations will be removed when workflow reuse moves out of beta:
5151
* Reusable workflows can't reference self-hosted runners.

0 commit comments

Comments
 (0)