Feat: Add gitea workflow + some hyprland changes
All checks were successful
Simple Mirror to GitHub / mirror (push) Successful in 38s
All checks were successful
Simple Mirror to GitHub / mirror (push) Successful in 38s
This commit is contained in:
parent
20e6156509
commit
6c8c8d4fc6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user