|
8 | 8 |
|
9 | 9 | # GitHub Actions: Writing JavaScript Actions |
10 | 10 |
|
11 | | - |
12 | 11 | <!-- |
13 | 12 | <<< Author notes: Start of the course >>> |
14 | 13 | Include start button, a note about Actions minutes, |
|
18 | 17 | Do not use quotes on the <details> tag attributes. |
19 | 18 | --> |
20 | 19 |
|
21 | | -<!--step0--> |
| 20 | +<details id=0 open> |
| 21 | +<summary><h2>Welcome</h2></summary> |
22 | 22 |
|
23 | 23 | Write your own GitHub JavaScript Action and automate customized tasks unique to your workflow. |
24 | 24 |
|
25 | 25 | - **Who is this for**: Developers, GitHub users, users new to Git, students, managers, and for teams. |
26 | 26 | - **What you'll learn**: How to consume actions within a workflow file, create custom JavaScript based actions and publish your newly created action to the marketplace. |
27 | 27 | - **Prerequisites**: Before you start, you should be familiar with GitHub, GitHub Actions, and Continuous Integration with GitHub Actions. |
28 | | -- **How long**: This course is 6 steps long and takes about 1 to 2 hours to be completed. |
| 28 | +- **How long**: This course is 6 steps long and takes about 1 to 2 hours to be completed. |
29 | 29 |
|
30 | 30 | ## How to start this course |
31 | 31 |
|
32 | | -1. Above these instructions, right-click **Use this template** and open the link in a new tab. |
33 | | -  |
| 32 | +1. Right-click **Start course** and open the link in a new tab. |
| 33 | + <br />[](https://github.com/skills/writing-javacript-actions/generate) |
34 | 34 | 2. In the new tab, follow the prompts to create a new repository. |
35 | 35 | - For owner, choose your personal account or an organization to host the repository. |
36 | | - - You must check the Include all branches checkbox when creating your new respository from this template. |
37 | 36 | - We recommend creating a public repository—private repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions). |
38 | | -  |
| 37 | +  |
39 | 38 | 3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README. |
40 | 39 |
|
41 | | -<!--endstep0--> |
| 40 | +</details> |
42 | 41 |
|
43 | 42 |
|
44 | 43 | <!-- |
|
0 commit comments