Update CONIFG.md

This commit is contained in:
Meekdai 2023-07-31 13:38:10 +08:00 committed by GitHub
parent 2d86241d39
commit 460681144a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@ on:
env:
GITHUB_NAME: Meekdai
GITHUB_EMAIL: meekdai@163.com
GMEEK_VERSION: v1.0
jobs:
build:
@ -58,7 +59,7 @@ jobs:
- name: Clone source code
run: |
git clone https://github.com/Meekdai/Gmeek.git /opt/Gmeek
git clone -b ${{ env.GMEEK_VERSION }} https://github.com/Meekdai/Gmeek.git /opt/Gmeek
- name: Install dependencies
run: |