Skip to content

Commit 8451813

Browse files
committed
Minor updates
1 parent 7ba45d6 commit 8451813

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ GitHub Action to push updates to your special profile repo.
44

55
### Why?
66

7-
GitHub announced a special repository (github_username/github_username) so that its README.md file will appear on your profile page. People liked it a lot and started using some static pages with fancy texts and images. This GitHub action helps you to add a section that is updated dynamically when you commit a repository that uses this action. Please feel free to fork it or contribute to it.
7+
GitHub announced a special repository (github_username/github_username) so that its README.md file will appear on your profile page. People liked it a lot and started using some static pages with fancy texts and images. This GitHub action helps you to add a section that is updated dynamically when you commit a repository that uses this action. A line per repository is added to the section and the lines are ordered from the newest to the oldest.
8+
9+
Please feel free to fork it or contribute to it.
810

911
## Usage
1012

@@ -28,7 +30,7 @@ jobs:
2830
- name: Checkout
2931
uses: actions/checkout@v2
3032
- name: GADPP
31-
uses: umutphp/github-action-dynamic-profile-page@v1
33+
uses: umutphp/github-action-dynamic-profile-page@v2
3234
id: gadpp
3335
env:
3436
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}

0 commit comments

Comments
 (0)