Skip to content

Commit 35612c4

Browse files
authored
Rename githublearn to skills (#3)
* Rename githublearn to skills * Update README.md
1 parent 9a45f03 commit 35612c4

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/0-start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
# Update README to close <details id=0> and open <details id=1>
8686
# and set STEP to '1'
8787
- name: Update to step 1
88-
uses: githublearn/action-update-step@v1
88+
uses: skills/action-update-step@v1
8989
with:
9090
token: ${{ secrets.GITHUB_TOKEN }}
9191
from_step: 0

.github/workflows/1-resolve-a-merge-conflict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# Update README to close <details id=1> and open <details id=2>
7070
# and set STEP to '2'
7171
- name: Update to step 2
72-
uses: githublearn/action-update-step@v1
72+
uses: skills/action-update-step@v1
7373
with:
7474
token: ${{ secrets.GITHUB_TOKEN }}
7575
from_step: 1

.github/workflows/2-create-your-own-conflict.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-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=3> 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: 3

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ _Merge conflicts are a normal part of working in Git. Learn why they happen and
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/resolve-merge-conflicts/generate)
26+
[![start-course](https://user-images.githubusercontent.com/1221423/154366775-5491926f-9ed1-4a4a-a229-0810c0ed7e5e.svg)](https://github.com/skills/resolve-merge-conflicts/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>
@@ -147,9 +147,9 @@ Here's a recap of all the tasks you've accomplished in your repository:
147147

148148
### What's next?
149149

150-
- Make your own Markdown resume site with GitHub Pages! Learn how in our [GitHub Pages](https://github.com/githublearn/github-pages) course.
151-
- We'd love to hear what you thought of this course [in our community forum](https://github.community/c/education/github-learning-lab/34).
152-
- [Take another GitHub Learn course](https://github.com/githublearn).
150+
- Make your own Markdown resume site with GitHub Pages! Learn how in our [GitHub Pages](https://github.com/skills/github-pages) course.
151+
- We'd love to hear what you thought of this course [in our discussion board](https://github.com/skills/.github/discussions).
152+
- [Take another GitHub Skills course](https://github.com/skills).
153153
- [Read the GitHub Getting Started docs](https://docs.github.com/en/get-started).
154154
- To find projects to contribute to, check out [GitHub Explore](https://github.com/explore).
155155

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

163163
---
164164

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

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