Skip to content

Commit a4f7893

Browse files
authored
Rename githublearn to skills (#4)
* Rename githublearn to skills * Update README.md
1 parent 3a26dd9 commit a4f7893

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/0-start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# Update README to close <details id=0> and open <details id=1>
7676
# and set STEP to '1'
7777
- name: Update to step 1
78-
uses: githublearn/action-update-step@v1
78+
uses: skills/action-update-step@v1
7979
with:
8080
token: ${{ secrets.GITHUB_TOKEN }}
8181
from_step: 0

.github/workflows/1-enable-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# Update README to close <details id=1> and open <details id=2>
4141
# and set STEP to '2'
4242
- name: Update to step 2
43-
uses: githublearn/action-update-step@v1
43+
uses: skills/action-update-step@v1
4444
with:
4545
token: ${{ secrets.GITHUB_TOKEN }}
4646
from_step: 1

.github/workflows/2-configure-your-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Update README to close <details id=2> and open <details id=3>
4545
# and set STEP to '3'
4646
- name: Update to step 3
47-
uses: githublearn/action-update-step@v1
47+
uses: skills/action-update-step@v1
4848
with:
4949
token: ${{ secrets.GITHUB_TOKEN }}
5050
from_step: 2

.github/workflows/3-customize-your-homepage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Update README to close <details id=3> and open <details id=4>
4545
# and set STEP to '4'
4646
- name: Update to step 4
47-
uses: githublearn/action-update-step@v1
47+
uses: skills/action-update-step@v1
4848
with:
4949
token: ${{ secrets.GITHUB_TOKEN }}
5050
from_step: 3

.github/workflows/4-create-a-blog-post.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Update README to close <details id=4> and open <details id=5>
4545
# and set STEP to '5'
4646
- name: Update to step 5
47-
uses: githublearn/action-update-step@v1
47+
uses: skills/action-update-step@v1
4848
with:
4949
token: ${{ secrets.GITHUB_TOKEN }}
5050
from_step: 4

.github/workflows/5-merge-your-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Update README to close <details id=5> and open <details id=X>
4242
# and set STEP to 'X'
4343
- name: Update to step X
44-
uses: githublearn/action-update-step@v1
44+
uses: skills/action-update-step@v1
4545
with:
4646
token: ${{ secrets.GITHUB_TOKEN }}
4747
from_step: 5

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _Learn how to create a site or blog with GitHub Pages._
2323
<details id=0 open>
2424
<summary><h2>:golf: Start</h2></summary>
2525

26-
[![start-course](https://user-images.githubusercontent.com/1221423/154366775-5491926f-9ed1-4a4a-a229-0810c0ed7e5e.svg)](https://github.com/githublearn/github-pages/generate)
26+
[![start-course](https://user-images.githubusercontent.com/1221423/154366775-5491926f-9ed1-4a4a-a229-0810c0ed7e5e.svg)](https://github.com/skills/github-pages/generate)
2727

2828
> When you select **Start course** or **Use this template**, you will be prompted to create a new repository.
2929
> We recommend creating a public repository, as private repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions).<br>
@@ -214,8 +214,8 @@ Here's a recap of all the tasks you've accomplished in your repository:
214214
### What's next?
215215

216216
- Keep working on your GitHub Pages site... we love seeing what you come up with!
217-
- We'd love to hear what you thought of this course [in our community forum](https://github.community/c/education/github-learning-lab/34).
218-
- [Take another GitHub Learn course](https://github.com/githublearn).
217+
- We'd love to hear what you thought of this course [in our discussion board](https://github.com/skills/.github/discussions).
218+
- [Take another GitHub Skills course](https://github.com/skills).
219219
- [Read the GitHub Getting Started docs](https://docs.github.com/en/get-started).
220220
- To find projects to contribute to, check out [GitHub Explore](https://github.com/explore).
221221

@@ -228,6 +228,6 @@ Here's a recap of all the tasks you've accomplished in your repository:
228228

229229
---
230230

231-
Get help: [Post in our community forum](https://github.community/c/education/github-learning-lab/34) &bull; [Review the GitHub status page](https://www.githubstatus.com/)
231+
Get help: [Post in our discussion board](https://github.com/skills/.github/discussions) &bull; [Review the GitHub status page](https://www.githubstatus.com/)
232232

233233
&copy; 2022 GitHub &bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) &bull; [CC-BY-4.0 License](https://creativecommons.org/licenses/by/4.0/legalcode)

0 commit comments

Comments
 (0)