Use CI git account

This commit is contained in:
Braydon 2024-04-28 18:00:53 -04:00
parent e54f782456
commit ac8234e421

View File

@ -2,7 +2,7 @@ name: Sync PIA Servers
on: on:
schedule: schedule:
- cron: "@hourly" - cron: "*/7 * * * *"
push: push:
branches: ["master"] branches: ["master"]
paths: [".gitea/workflows/sync-servers.yml", "src/**", "pom.xml"] paths: [".gitea/workflows/sync-servers.yml", "src/**", "pom.xml"]
@ -35,8 +35,8 @@ jobs:
- name: Commit Changes - name: Commit Changes
run: | run: |
git config --global user.email "braydonrainnny@gmail.com" git config --global user.email "rainnny-ci@rainnny.club"
git config --global user.name "Braydon" git config --global user.name "Rainnny-CI"
git add servers.json git add servers.json
git add README.md git add README.md
git commit -m "Scheduled update" git commit -m "Scheduled update"