update CI

This commit is contained in:
Klop233
2024-04-12 19:52:41 +08:00
parent 3313ff7c61
commit cc0312cd76

View File

@@ -9,7 +9,7 @@ on:
permissions: write-all
jobs:
build:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- name: Checkout Git Repository
@@ -21,7 +21,6 @@ jobs:
java-version: '17'
- name: Setup Git Config
run: |
export HOME=/home/klop233
git config --global user.email "ci@luminolmc.com"
git config --global user.name "Luminol CI"
- name: Apply Patches