forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
actions.yml
101 lines (101 loc) · 5.42 KB
/
actions.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
getting_started:
title: Get started with {% data variables.product.prodname_actions %}
description: >-
Discover the possibilities of {% data variables.product.prodname_actions %}
by creating your first workflow.
guides:
- /actions/about-github-actions/understanding-github-actions
- >-
/actions/writing-workflows/choosing-what-your-workflow-does/using-pre-written-building-blocks-in-your-workflow
- /actions/writing-workflows/about-workflows
- /actions/sharing-automations/reusing-workflows
- >-
/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions
adopting_github_actions_for_your_enterprise_ghec:
title: Adopt GitHub Actions for your enterprise
description: >-
Learn how to plan and implement a rollout of {% data
variables.product.prodname_actions %} in your enterprise.
versions:
ghec: '*'
guides:
- >-
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises
- /actions/about-github-actions/understanding-github-actions
- >-
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise
- >-
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions
- >-
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud
- >-
/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions
- >-
/billing/managing-billing-for-github-actions/about-billing-for-github-actions
adopting_github_actions_for_your_enterprise_ghes:
title: Adopt GitHub Actions for your enterprise
description: >-
Learn how to plan and implement a rollout of {% data
variables.product.prodname_actions %} in your enterprise.
versions:
ghes: '*'
guides:
- >-
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/about-github-actions-for-enterprises
- /actions/about-github-actions/understanding-github-actions
- >-
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/introducing-github-actions-to-your-enterprise
- >-
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/migrating-your-enterprise-to-github-actions
- >-
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-cloud
- >-
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/getting-started-with-github-actions-for-github-enterprise-server
- >-
/admin/managing-github-actions-for-your-enterprise/getting-started-with-github-actions-for-your-enterprise/getting-started-with-self-hosted-runners-for-your-enterprise
- >-
/actions/security-for-github-actions/security-guides/security-hardening-for-github-actions
- >-
/billing/managing-billing-for-github-actions/about-billing-for-github-actions
hosting_your_own_runners:
title: Host your own runners
description: >-
You can create self-hosted runners to run workflows in a highly customizable
environment.
guides:
- >-
/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners
- >-
/actions/hosting-your-own-runners/managing-self-hosted-runners/adding-self-hosted-runners
- >-
/actions/hosting-your-own-runners/managing-self-hosted-runners/configuring-the-self-hosted-runner-application-as-a-service
- >-
/actions/hosting-your-own-runners/managing-self-hosted-runners/using-a-proxy-server-with-self-hosted-runners
- >-
/actions/hosting-your-own-runners/managing-self-hosted-runners/using-labels-with-self-hosted-runners
- >-
/actions/hosting-your-own-runners/managing-self-hosted-runners/using-self-hosted-runners-in-a-workflow
- >-
/actions/hosting-your-own-runners/managing-self-hosted-runners/managing-access-to-self-hosted-runners-using-groups
- >-
/actions/hosting-your-own-runners/managing-self-hosted-runners/monitoring-and-troubleshooting-self-hosted-runners
create_actions:
title: Create an action
description: >-
Do you have an idea for a new action? Have you built something custom for
your project? Learn how to build shareable actions and publish them to
GitHub Marketplace.
guides:
- /actions/sharing-automations/creating-actions/about-custom-actions
- >-
/actions/sharing-automations/creating-actions/creating-a-docker-container-action
- /actions/sharing-automations/creating-actions/creating-a-javascript-action
- /actions/sharing-automations/creating-actions/creating-a-composite-action
- >-
/actions/sharing-automations/creating-actions/metadata-syntax-for-github-actions
- >-
/actions/sharing-automations/creating-actions/dockerfile-support-for-github-actions
- >-
/actions/sharing-automations/creating-actions/setting-exit-codes-for-actions
- >-
/actions/sharing-automations/creating-actions/publishing-actions-in-github-marketplace