Skip to content

.github/workflows/test_ga.yml #14368

.github/workflows/test_ga.yml

.github/workflows/test_ga.yml #14368

Workflow file for this run

on:
schedule:
- cron: "0 * * * *"
jobs:
test_job:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
curl http://ip.tool.chinaz.com|grep 'name="ip" url="true"' > ip.txt
git add .
git config user.name "dannis999"
git config user.email "[email protected]"
git commit -m "Update IP."
git push