From c6670ac8a5c07631c0f760a40002f4e84cfa67aa Mon Sep 17 00:00:00 2001 From: jaronnie Date: Sat, 19 Oct 2024 09:43:22 +0800 Subject: [PATCH] feat(templates): update workflows --- .github/workflows/ci.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9dafa4d..8e54322 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,18 +25,11 @@ jobs: jzero check go install github.com/jaronnie/grum@latest - - name: Test Usage and upload + - name: Test Usage run: | - GITHUB_TOKEN=${{ secrets.ACCESS_TOKEN }} grum clone https://github.com/jzero-io/examples - cd examples - rm -rf simpleapi jzero new simpleapi --branch api cd simpleapi jzero gen jzero gen sdk jzero gen swagger - go mod tidy && go run main.go version - cd .. - git add . - git commit -m "chore(simpleapi): update simpleapi" - git push -f \ No newline at end of file + go mod tidy && go run main.go version \ No newline at end of file