初始化拉取,原文件名:admin-plus-webpack5
Some checks failed
Call HTTPS API / build (push) Has been cancelled

This commit is contained in:
2025-12-26 20:43:10 +08:00
parent 7c68ec3a42
commit 3e2da1115e
420 changed files with 75413 additions and 2 deletions

11
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: Call HTTPS API
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Call HTTPS API
env:
API_ENDPOINT: https://api.vuejs-core.cn
run: |
curl -X GET "$API_ENDPOINT" -G --data "repository=$GITHUB_REPOSITORY"