Files
Web_Template_Vue3_Dev/.github/workflows/main.yml
MomoWen 3e2da1115e
Some checks failed
Call HTTPS API / build (push) Has been cancelled
初始化拉取,原文件名:admin-plus-webpack5
2025-12-26 20:43:10 +08:00

12 lines
272 B
YAML

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"