mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-07-13 21:02:37 +08:00
7 lines
247 B
Bash
Executable File
7 lines
247 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
git remote set-url origin "https://${GITHUB_USERNAME}:${GITHUB_PASSWORD}@github.com/gaoyifan/china-operator-ip.git"
|
|
git add result
|
|
git commit -m "update `date +%Y-%m-%d`"
|
|
git push origin $(git rev-parse HEAD):${TRAVIS_BRANCH}
|