1
0
mirror of synced 2026-01-09 06:03:09 -05:00
Files
docs/translations/ru-RU/content/admin/github-actions/using-github-actions-in-github-ae/using-actions-in-github-ae.md
Francis a3f1da1ac6 [Localization] Translation batch 1633654212 (#22009)
* New Crowdin translations by Github Action

* Ran script/i18n/homogenize-frontmatter.js

* Ran script/fix-translation-errors.js

* Reverted translated files with parsing and rendering errors

* build: update app.json to test all languages in CI

Context: https://github.com/github/docs-internal/pull/22009#issuecomment-938263027

This change follows the same pattern set forth by `@mjacobus` in ec8801dbce

* build: revert app.json values for  env.ENABLED_LANGUAGES and formation.web.size

Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-10-08 22:11:05 +00:00

1.6 KiB

title, intro, versions, redirect_from, shortTitle
title intro versions redirect_from shortTitle
Using actions in GitHub AE {% data variables.product.prodname_ghe_managed %} includes most of the {% data variables.product.prodname_dotcom %}-authored actions.
ghae
*
/admin/github-actions/using-actions-in-github-ae
Use actions

{% data variables.product.prodname_actions %} workflows can use actions, which are individual tasks that you can combine to create jobs and customize your workflow. You can create your own actions, or use and customize actions shared by the {% data variables.product.prodname_dotcom %} community.

Official actions bundled with {% data variables.product.prodname_ghe_managed %}

Most official {% data variables.product.prodname_dotcom %}-authored actions are automatically bundled with {% data variables.product.prodname_ghe_managed %}, and are captured at a point in time from {% data variables.product.prodname_marketplace %}. When your {% data variables.product.prodname_ghe_managed %} instance is updated, the bundled official actions are also updated.

The bundled official actions include actions/checkout, actions/upload-artifact, actions/download-artifact, actions/labeler, and various actions/setup- actions, among others. To see which of the official actions are included, browse to the following organizations on your instance:

  • https://HOSTNAME/actions
  • https://HOSTNAME/github

Each action's files are kept in a repository in the actions and github organizations. Each action repository includes the necessary tags, branches, and commit SHAs that your workflows can use to reference the action.