We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e04e719 commit 7a52cedCopy full SHA for 7a52ced
build.sh
@@ -156,7 +156,7 @@ initialize_and_push() {
156
sudo git add .
157
sudo git commit -am "Update packages"
158
sudo git pull
159
- sudo git push "https://x-access-token:${GITHUB_TOKEN}@github.com/StratOS-Linux/StratOS-repo.git"
+ sudo git push "https://x-access-token:${GITHUB_TOKEN}@github.com/TheMagitian/StratOS-repo.git"
160
}
161
162
# Main function
0 commit comments