update CI
This commit is contained in:
3
.github/workflows/build_1_20_4_v2.yml
vendored
3
.github/workflows/build_1_20_4_v2.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user