From 53530875f374a63448db2a6ec7d86ee8c7525508 Mon Sep 17 00:00:00 2001 From: Timna Brown Date: Wed, 8 Apr 2026 11:38:58 -0600 Subject: [PATCH 1/4] update: replace brown9804 header with Cloud2BR OSS org link --- README.md | 3 +-- profile/README.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 10712bc..5d77d2a 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,7 @@ Costa Rica -[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) -[brown9804](https://github.com/brown9804) +[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub) Last updated: 2026-02-11 diff --git a/profile/README.md b/profile/README.md index c18fd5e..a79ecdf 100644 --- a/profile/README.md +++ b/profile/README.md @@ -6,8 +6,7 @@ USA / Costa Rica -[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) -[brown9804](https://github.com/brown9804) +[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub) Last updated: 2026-02-25 From 884d7aa7b48c0141a6ed24a055efa8c74b0ab742 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Apr 2026 17:39:38 +0000 Subject: [PATCH 2/4] Update last modified date in Markdown files --- README.md | 2 +- profile/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d77d2a..0a80397 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub) -Last updated: 2026-02-11 +Last updated: 2026-04-08 ---------- diff --git a/profile/README.md b/profile/README.md index a79ecdf..5e19b64 100644 --- a/profile/README.md +++ b/profile/README.md @@ -8,7 +8,7 @@ USA / Costa Rica [![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/) [Cloud2BR OSS - Learning Hub](https://github.com/Cloud2BR-MSFTLearningHub) -Last updated: 2026-02-25 +Last updated: 2026-04-08 ---------- From e053a7c4f9a632a163f6412e7014613353fb60bd Mon Sep 17 00:00:00 2001 From: Timna Brown Date: Wed, 8 Apr 2026 11:44:25 -0600 Subject: [PATCH 3/4] fix: stash local changes before branch checkout to prevent overwrite error --- .github/workflows/use-visitor-counter.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/use-visitor-counter.yml b/.github/workflows/use-visitor-counter.yml index db9db9f..d05868f 100644 --- a/.github/workflows/use-visitor-counter.yml +++ b/.github/workflows/use-visitor-counter.yml @@ -63,7 +63,9 @@ jobs: TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git fetch origin + git stash --include-untracked git checkout -b ${{ github.event.pull_request.head.ref }} origin/${{ github.event.pull_request.head.ref }} + git stash pop git add "*.md" metrics.json git commit -m "Update visitor count" || echo "No changes to commit" git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }} @@ -76,7 +78,9 @@ jobs: TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | git fetch origin + git stash --include-untracked git checkout ${{ github.event.pull_request.head.ref }} || git checkout -b ${{ github.event.pull_request.head.ref }} origin/${{ github.event.pull_request.head.ref }} + git stash pop git add "*.md" metrics.json git commit -m "Update visitor count" || echo "No changes to commit" git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }} From 21ea05618dda9f7a693200c22b508f013dc04a82 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 8 Apr 2026 17:44:43 +0000 Subject: [PATCH 4/4] Update visitor count --- README.md | 4 ++-- profile/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0a80397..cd1561b 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Last updated: 2026-04-08
- Total views -

Refresh Date: 2026-02-25

+ Total views +

Refresh Date: 2026-04-08

diff --git a/profile/README.md b/profile/README.md index 5e19b64..e4a03ab 100644 --- a/profile/README.md +++ b/profile/README.md @@ -123,7 +123,7 @@ flowchart LR
- Total views -

Refresh Date: 2026-02-25

+ Total views +

Refresh Date: 2026-04-08