Skip to content

Commit 7537b65

Browse files
author
github-actions
committed
Update visits count
1 parent f0c8b5a commit 7537b65

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Visitor Badge Installation Guide 🚀
22

3-
![Visits](https://img.shields.io/badge/Visits-20717-blue)
3+
![Visits](https://img.shields.io/badge/Visits-20718-blue)
44

55
Welcome to the `visitor-badge` repository by [Arman Kianian](https://github.com/Armanx200)! This guide will help you set up and use the visitor badge to track visits to your GitHub repository. Let's get started! 🎉
66

@@ -40,7 +40,7 @@ echo "0" > visits.txt
4040
Update your `README.md` file to include the visit badge. Add the following line where you want the badge to appear:
4141

4242
```markdown
43-
![Visits](https://img.shields.io/badge/Visits-20717-blue)
43+
![Visits](https://img.shields.io/badge/Visits-20718-blue)
4444
```
4545

4646
### 5. Set Up GitHub Actions ⚙️
@@ -77,7 +77,7 @@ jobs:
7777
- name: Update README.md
7878
run: |
7979
visits=${{ steps.increment.outputs.visits }}
80-
badge="![Visits](https://img.shields.io/badge/Visits-20717-blue)"
80+
badge="![Visits](https://img.shields.io/badge/Visits-20718-blue)"
8181
sed -i 's|!\[Visits\](https://img.shields.io/badge/Visits-.*-blue)|'"$badge"'|' README.md
8282
8383
- name: Commit changes
@@ -103,7 +103,7 @@ git push origin main
103103

104104
Once everything is set up, your visit count will be updated automatically every 15 minutes. You can view the visit badge in your `README.md`:
105105

106-
![Visits](https://img.shields.io/badge/Visits-20717-blue)
106+
![Visits](https://img.shields.io/badge/Visits-20718-blue)
107107

108108
## Congratulations! 🎉
109109

visits.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20717
1+
20718

0 commit comments

Comments
 (0)