test ci
Some checks failed
Build apigo / build (push) Failing after 3m43s

This commit is contained in:
Star 2025-08-03 18:38:30 +08:00
parent 0521451544
commit f661c60328

View File

@ -17,7 +17,8 @@ jobs:
steps: steps:
- name: Build - name: Build
run: | run: |
mkdir apigo git clone -b ${{ gitea.ref_name }} "https://apigo.cc/${{ gitea.repository }}.git"
mv default apigo
cd apigo cd apigo
sed -i "s/version: v0.0.1/version: ${{ gitea.ref_name }}/" apigo.yml sed -i "s/version: v0.0.1/version: ${{ gitea.ref_name }}/" apigo.yml
sed -i "s#Hello world#please mount app in /app/main.js, example: docker run --rm -it -v /your/app:/app apigo.cc/ag/apigo#" main.js sed -i "s#Hello world#please mount app in /app/main.js, example: docker run --rm -it -v /your/app:/app apigo.cc/ag/apigo#" main.js