File tree Expand file tree Collapse file tree 12 files changed +34
-17
lines changed
hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller
sharing-automations/creating-actions Expand file tree Collapse file tree 12 files changed +34
-17
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ learningTracks:
1616includeGuides :
1717 - /actions/writing-workflows/quickstart
1818 - /actions/about-github-actions/understanding-github-actions
19- - /actions/sharing-automations/creating-actions /creating-a-docker-container-action
19+ - /actions/tutorials /creating-a-docker-container-action
2020 - /actions/writing-workflows/using-workflow-templates
2121 - /actions/use-cases-and-examples/building-and-testing/building-and-testing-python
2222 - /actions/use-cases-and-examples/building-and-testing/building-and-testing-nodejs
@@ -42,8 +42,8 @@ includeGuides:
4242 - /actions/use-cases-and-examples/deploying/deploying-to-amazon-elastic-container-service
4343 - /actions/use-cases-and-examples/deploying/deploying-to-google-kubernetes-engine
4444 - /actions/concepts/workflows-and-actions/about-custom-actions
45- - /actions/sharing-automations/creating-actions /creating-a-javascript-action
46- - /actions/sharing-automations/creating-actions /creating-a-composite-action
45+ - /actions/tutorials /creating-a-javascript-action
46+ - /actions/tutorials /creating-a-composite-action
4747 - /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-azure-pipelines-to-github-actions
4848 - /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-circleci-to-github-actions
4949 - /actions/migrating-to-github-actions/manually-migrating-to-github-actions/migrating-from-gitlab-cicd-to-github-actions
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ versions:
99topics :
1010 - Actions Runner Controller
1111children :
12- - /quickstart-for-actions-runner-controller
1312 - /authenticating-to-the-github-api
1413 - /deploying-runner-scale-sets-with-actions-runner-controller
1514 - /using-actions-runner-controller-runners-in-a-workflow
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ children:
4949 - /migrating-to-github-actions
5050 - /administering-github-actions
5151 - /reference
52+ - /tutorials
5253 - /guides
5354---
5455
Original file line number Diff line number Diff line change @@ -7,9 +7,6 @@ versions:
77 ghes : ' *'
88 ghec : ' *'
99children :
10- - /creating-a-docker-container-action
11- - /creating-a-javascript-action
12- - /creating-a-composite-action
1310 - /setting-exit-codes-for-actions
1411 - /releasing-and-maintaining-actions
1512 - /publishing-actions-in-github-marketplace
Original file line number Diff line number Diff line change 11---
22title : Creating a composite action
33shortTitle : Create a composite action
4- intro : ' In this guide , you'' ll learn how to build a composite action.'
4+ intro : ' In this tutorial , you'' ll learn how to build a composite action.'
55redirect_from :
66 - /actions/creating-actions/creating-a-composite-run-steps-action
77 - /actions/creating-actions/creating-a-composite-action
8+ - /actions/sharing-automations/creating-actions/creating-a-composite-action
89versions :
910 fpt : ' *'
1011 ghes : ' *'
Original file line number Diff line number Diff line change 11---
22title : Creating a Docker container action
33shortTitle : Create a Docker container action
4- intro : ' This guide shows you the minimal steps required to build a Docker container action. '
4+ intro : ' In this tutorial, you'' ll learn how to build a Docker container action.'
55redirect_from :
66 - /articles/creating-a-docker-container-action
77 - /github/automating-your-workflow-with-github-actions/creating-a-docker-container-action
88 - /actions/automating-your-workflow-with-github-actions/creating-a-docker-container-action
99 - /actions/building-actions/creating-a-docker-container-action
1010 - /actions/creating-actions/creating-a-docker-container-action
11+ - /actions/sharing-automations/creating-actions/creating-a-docker-container-action
1112versions :
1213 fpt : ' *'
1314 ghes : ' *'
Original file line number Diff line number Diff line change 11---
22title : Creating a JavaScript action
33shortTitle : Create a JavaScript action
4- intro : ' In this guide , you'' ll learn how to build a JavaScript action using the actions toolkit.'
4+ intro : ' In this tutorial , you'' ll learn how to build a JavaScript action using the actions toolkit.'
55redirect_from :
66 - /articles/creating-a-javascript-action
77 - /github/automating-your-workflow-with-github-actions/creating-a-javascript-action
88 - /actions/automating-your-workflow-with-github-actions/creating-a-javascript-action
99 - /actions/building-actions/creating-a-javascript-action
1010 - /actions/creating-actions/creating-a-javascript-action
11+ - /actions/sharing-automations/creating-actions/creating-a-javascript-action
1112versions :
1213 fpt : ' *'
1314 ghes : ' *'
Original file line number Diff line number Diff line change 11---
22title : Creating an example workflow
3- intro : Learn how to create a basic workflow that is triggered by a push event.
3+ intro : ' In this tutorial, you '' ll learn how to create a basic workflow that is triggered by a push event.'
44versions :
55 fpt : ' *'
66 ghes : ' *'
@@ -11,6 +11,8 @@ topics:
1111 - Workflows
1212shortTitle : Create an example workflow
1313layout : inline
14+ redirect_from :
15+ - /actions/use-cases-and-examples/creating-an-example-workflow
1416---
1517
1618## Introduction
Original file line number Diff line number Diff line change 1+ ---
2+ title : Tutorials
3+ intro : " Build skills and knowledge about GitHub Actions through hands-on activities."
4+ versions :
5+ fpt : ' *'
6+ ghes : ' *'
7+ ghec : ' *'
8+ children :
9+ - /creating-an-example-workflow
10+ - /creating-a-docker-container-action
11+ - /creating-a-javascript-action
12+ - /creating-a-composite-action
13+ - /quickstart-for-actions-runner-controller
14+ ---
Original file line number Diff line number Diff line change 11---
22title : Quickstart for Actions Runner Controller
3- shortTitle : Quickstart
4- intro : ' Try out {% data variables.product.prodname_actions_runner_controller %} in 5 minutes .'
3+ shortTitle : Actions Runner Controller
4+ intro : ' In this tutorial, you '' ll try out the basics of {% data variables.product.prodname_actions_runner_controller %}.'
55versions :
66 fpt : ' *'
77 ghec : ' *'
@@ -10,6 +10,8 @@ type: quick_start
1010topics :
1111 - Actions Runner Controller
1212defaultPlatform : linux
13+ redirect_from :
14+ - /actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller
1315---
1416
1517[ Legal notice] ( #legal-notice )
You can’t perform that action at this time.
0 commit comments