Skip to content

Commit 4f89d54

Browse files
authored
Merge pull request #36853 from github/repo-sync
Repo sync
2 parents bdd89cf + 87521df commit 4f89d54

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

content/admin/managing-github-actions-for-your-enterprise/managing-access-to-actions-from-githubcom/enabling-automatic-access-to-githubcom-actions-using-github-connect.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ shortTitle: Use GitHub Connect for actions
2020

2121
## About automatic access to {% data variables.product.prodname_dotcom_the_website %} actions
2222

23-
By default, {% data variables.product.prodname_actions %} workflows on {% data variables.product.prodname_ghe_server %} cannot use actions directly from {% data variables.product.prodname_dotcom_the_website %} or [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace?type=actions). To make all actions from {% data variables.product.prodname_dotcom_the_website %} available on your enterprise instance, you can use {% data variables.product.prodname_github_connect %} to integrate {% data variables.product.prodname_ghe_server %} with {% data variables.product.prodname_ghe_cloud %}.
23+
By default, {% data variables.product.prodname_actions %} workflows on {% data variables.product.prodname_ghe_server %} cannot use actions directly from {% data variables.product.prodname_dotcom_the_website %} or [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace?type=actions). To make public actions from {% data variables.product.prodname_dotcom_the_website %} available on your enterprise instance, you can use {% data variables.product.prodname_github_connect %} to integrate {% data variables.product.prodname_ghe_server %} with {% data variables.product.prodname_ghe_cloud %}.
2424

2525
{% data reusables.actions.self-hosted-runner-networking-to-dotcom %}
2626

27-
Alternatively, if you want stricter control over which actions are allowed in your enterprise, you can manually download and sync actions onto your enterprise instance using the `actions-sync` tool. For more information, see [AUTOTITLE](/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom).
27+
Alternatively, if you want stricter control over which actions are allowed in your enterprise, you can manually download and sync public actions onto your enterprise instance using the `actions-sync` tool. For more information, see [AUTOTITLE](/admin/github-actions/managing-access-to-actions-from-githubcom/manually-syncing-actions-from-githubcom).
2828

2929
## About resolution for actions using {% data variables.product.prodname_github_connect %}
3030

content/get-started/learning-to-code/reusing-other-peoples-code-in-your-projects.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,11 @@ result = math.factorial(number)
180180
print(f"The factorial of {number} is {result}")
181181
```
182182

183-
After you replace the existing code in your project with the above implementation, you've successfully reused code from a library in your example project!
183+
After you replace the existing code in your project with the above implementation, you've successfully used code from a library in your example project!
184+
185+
## Sharing your work
186+
187+
With this tutorial, you've learned how to safely reuse other people's code in your own work. To celebrate, share how you repurposed code and built on the example project in our [community discussion](https://github.com/orgs/community/discussions/153140).
184188

185189
## Further reading
186190

0 commit comments

Comments
 (0)