Skip to content

Commit 0c9ff21

Browse files
committed
updated exercise to put proper step1 for resolve merge conflict add resume file
1 parent 380cd3d commit 0c9ff21

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
git checkout -b my-resume
3939
git config user.name github-actions[bot]
4040
git config user.email github-actions[bot]@users.noreply.github.com
41-
sed -i 's/1/2/' .github/steps/-step.txt
4241
git add .github/steps/-step.txt
4342
git commit -m "Update step in my-resume"
4443
git push origin my-resume
@@ -51,7 +50,7 @@ jobs:
5150
git push origin main
5251
env:
5352
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54-
53+
5554
- name: Get response templates
5655
uses: actions/checkout@v4
5756
with:

resume.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# GitHub Teacher
2+
3+
Charting the knowledge of the Internet, just like Galileo charted the stars.
4+
5+
## Experience
6+
7+
### GitHub Trainer
8+
9+
Teach all things Git, give away all the stickers, ensure world peace.
10+
11+
### Supportocat
12+
13+
Provide world class support to customers on the GitHub platform
14+
15+
## Skills
16+
17+
### Education
18+
19+
Developed and maintained various conference talks, online training, and in-person trainings covering various topics including Git, GitHub, and Open Source.
20+
21+
### Leadership
22+
23+
Managed multiple asynchronous teams in the development, maintenance, and release of various web applications and websites.

0 commit comments

Comments
 (0)