Skip to content

Commit c5d6781

Browse files
authored
Merge pull request #12 from Cloud2BR-MSFTLearningHub/update/org-header-branding
update: replace brown9804 header with Cloud2BR OSS org link
2 parents 024ab7b + 21ea056 commit c5d6781

3 files changed

Lines changed: 12 additions & 10 deletions

File tree

.github/workflows/use-visitor-counter.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363
TOKEN: ${{ secrets.GITHUB_TOKEN }}
6464
run: |
6565
git fetch origin
66+
git stash --include-untracked
6667
git checkout -b ${{ github.event.pull_request.head.ref }} origin/${{ github.event.pull_request.head.ref }}
68+
git stash pop
6769
git add "*.md" metrics.json
6870
git commit -m "Update visitor count" || echo "No changes to commit"
6971
git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }}
@@ -76,7 +78,9 @@ jobs:
7678
TOKEN: ${{ secrets.GITHUB_TOKEN }}
7779
run: |
7880
git fetch origin
81+
git stash --include-untracked
7982
git checkout ${{ github.event.pull_request.head.ref }} || git checkout -b ${{ github.event.pull_request.head.ref }} origin/${{ github.event.pull_request.head.ref }}
83+
git stash pop
8084
git add "*.md" metrics.json
8185
git commit -m "Update visitor count" || echo "No changes to commit"
8286
git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }}

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
Costa Rica
44

5-
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
6-
[brown9804](https://github.com/brown9804)
5+
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub)
76

8-
Last updated: 2026-02-11
7+
Last updated: 2026-04-08
98

109
----------
1110

@@ -43,7 +42,7 @@ Last updated: 2026-02-11
4342
4443
<!-- START BADGE -->
4544
<div align="center">
46-
<img src="https://img.shields.io/badge/Total%20views-1354-limegreen" alt="Total views">
47-
<p>Refresh Date: 2026-02-25</p>
45+
<img src="https://img.shields.io/badge/Total%20views-1306-limegreen" alt="Total views">
46+
<p>Refresh Date: 2026-04-08</p>
4847
</div>
4948
<!-- END BADGE -->

profile/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
77
USA / Costa Rica
88

9-
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
10-
[brown9804](https://github.com/brown9804)
9+
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub)
1110

12-
Last updated: 2026-02-25
11+
Last updated: 2026-04-08
1312

1413
----------
1514

@@ -124,7 +123,7 @@ flowchart LR
124123

125124
<!-- START BADGE -->
126125
<div align="center">
127-
<img src="https://img.shields.io/badge/Total%20views-1354-limegreen" alt="Total views">
128-
<p>Refresh Date: 2026-02-25</p>
126+
<img src="https://img.shields.io/badge/Total%20views-1306-limegreen" alt="Total views">
127+
<p>Refresh Date: 2026-04-08</p>
129128
</div>
130129
<!-- END BADGE -->

0 commit comments

Comments
 (0)