Skip to content

Commit 5d4b8bd

Browse files
authored
Rename githublearn to skills (skills#4)
* Rename githublearn to skills * Update README.md
1 parent 5f7e93e commit 5d4b8bd

6 files changed

+10
-10
lines changed

.github/workflows/0-start.yml

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

.github/workflows/1-create-a-branch.yml

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

.github/workflows/2-commit-a-file.yml

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

.github/workflows/3-open-a-pull-request.yml

+1-1
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-merge-your-pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
# Update README to close <details id=4> 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: 4

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ _This quick and fun introduction will get you started using GitHub in less than
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/introduction-to-github/generate)
26+
[![start-course](https://user-images.githubusercontent.com/1221423/154366775-5491926f-9ed1-4a4a-a229-0810c0ed7e5e.svg)](https://github.com/skills/introduction-to-github/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>
3030
> <em>Optional:</em> For this course, set "owner" and "repository name" to your login name.<br>
3131
> After you make your own repository, wait about 20 seconds and refresh. I will go to the next step.
3232
33-
People use GitHub to build some of the most advanced technologies in the world. Whether you’re visualizing data or building a new game, there’s a whole community and set of tools on GitHub that can help you do it even better. GitHub Learn’s “Introduction to GitHub” course guides you through everything you need to start contributing in less than an hour.
33+
People use GitHub to build some of the most advanced technologies in the world. Whether you’re visualizing data or building a new game, there’s a whole community and set of tools on GitHub that can help you do it even better. GitHub Skills’ “Introduction to GitHub” course guides you through everything you need to start contributing in less than an hour.
3434

3535
- **Who is this for**: New developers, new GitHub users, and students.
3636
- **What you'll learn**: We'll introduce repositories, branches, commits, and pull requests.
@@ -190,8 +190,8 @@ Here's a recap of all the tasks you've accomplished in your repository:
190190
- Edit the contents into this `README.md` file.
191191
- Delete `PROFILE.md` on your branch.
192192
- Open and merge a pull request using your branch.
193-
- We'd love to hear what you thought of this course [in our community forum](https://github.community/c/education/github-learning-lab/34).
194-
- [Take another GitHub Learn course](https://github.com/githublearn).
193+
- We'd love to hear what you thought of this course [in our discussion board](https://github.com/skills/.github/discussions).
194+
- [Take another GitHub Skills course](https://github.com/skills).
195195
- [Read the GitHub Getting Started docs](https://docs.github.com/en/get-started).
196196
- To find projects to contribute to, check out [GitHub Explore](https://github.com/explore).
197197

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

205205
---
206206

207-
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/)
207+
Get help: [Post in our discussion board](https://github.com/skills/.github/discussions) &bull; [Review the GitHub status page](https://www.githubstatus.com/)
208208

209209
&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)