Feat: Add gitea workflow + some hyprland changes
All checks were successful
Simple Mirror to GitHub / mirror (push) Successful in 38s

This commit is contained in:
xbazzi 2025-08-21 23:50:34 -06:00
parent 20e6156509
commit 6c8c8d4fc6

View File

@ -26,13 +26,13 @@ jobs:
# 🪞 GitHub Mirror # 🪞 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.** **⚠️ This is a read-only mirror - do not create issues or pull requests here.**
## 🏠 Original Repository ## 🏠 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 - 📝 Issues and bug reports
- 🔄 Pull requests and contributions - 🔄 Pull requests and contributions
- 📋 Project documentation - 📋 Project documentation
@ -52,7 +52,7 @@ jobs:
fi fi
# Add remote # 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 # Check if GitHub repo is empty
if git ls-remote --heads github | grep -q refs/heads/; then if git ls-remote --heads github | grep -q refs/heads/; then