From 6c8c8d4fc644a6d1ea9cb4ccd8f0fdb068dac113 Mon Sep 17 00:00:00 2001 From: xbazzi Date: Thu, 21 Aug 2025 23:50:34 -0600 Subject: [PATCH] Feat: Add gitea workflow + some hyprland changes --- .gitea/workflows/mirror-to-github.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/mirror-to-github.yaml b/.gitea/workflows/mirror-to-github.yaml index ebb7a85..a7a49f5 100644 --- a/.gitea/workflows/mirror-to-github.yaml +++ b/.gitea/workflows/mirror-to-github.yaml @@ -26,13 +26,13 @@ jobs: # 🪞 GitHub Mirror - This is an automated mirror of the repository hosted on [GitGud.foo/xbazzi/fastinahurry](https://gitgud.foo/xbazzi/fastinahurry). + This is an automated mirror of the repository hosted on [GitGud.foo/xbazzi/nixos-config](https://gitgud.foo/xbazzi/nixos-config). **⚠️ This is a read-only mirror - do not create issues or pull requests here.** ## 🏠 Original Repository - Please visit the [original](https://gitgud.foo/xbazzi/fastinahurry) repository for: + Please visit the [original](https://gitgud.foo/xbazzi/nixos-config) repository for: - 📝 Issues and bug reports - 🔄 Pull requests and contributions - 📋 Project documentation @@ -52,7 +52,7 @@ jobs: fi # Add remote - git remote add github https://${{ secrets.GH_TOKEN }}@github.com/xbazzi/fastinahurry.git + git remote add github https://${{ secrets.GH_TOKEN }}@github.com/xbazzi/nixos-config.git # Check if GitHub repo is empty if git ls-remote --heads github | grep -q refs/heads/; then