ci stuff
Some checks failed
Fetch new Pia Servers / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 15s
Some checks failed
Fetch new Pia Servers / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Failing after 15s
This commit is contained in:
parent
65b6455d2a
commit
5feb450464
@ -24,8 +24,6 @@ jobs:
|
|||||||
# Checkout the repo
|
# Checkout the repo
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
|
||||||
token: ${{ secrets.AUTH_TOKEN }}
|
|
||||||
|
|
||||||
# Setup Java and Maven
|
# Setup Java and Maven
|
||||||
- name: Set up JDK and Maven
|
- name: Set up JDK and Maven
|
||||||
@ -43,9 +41,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit and push changes
|
- name: Commit and push changes
|
||||||
run: |
|
run: |
|
||||||
git config --global user.email "liam@fascinated.cc"
|
|
||||||
git config --global user.name "Fascinated"
|
|
||||||
git remote add origin "https://git.fascinated.cc/Fascinated/PIA-Servers"
|
|
||||||
git add servers.json
|
git add servers.json
|
||||||
git commit -m "Update PIA Servers"
|
git commit -m "Update PIA Servers"
|
||||||
git push
|
git push
|
||||||
|
Loading…
Reference in New Issue
Block a user