From 585c32ac0da25d097c8a6d87ec6addfab26b3099 Mon Sep 17 00:00:00 2001 From: soul-walker Date: Mon, 25 Mar 2024 14:51:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95event=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1=20=E6=B5=8B=E8=AF=95=E4=B8=8B=E6=8B=89?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=E5=88=86=E6=94=AF=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/CI_master.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/CI_master.yaml b/.gitea/workflows/CI_master.yaml index 5c5c49e4d..158c9a7a3 100644 --- a/.gitea/workflows/CI_master.yaml +++ b/.gitea/workflows/CI_master.yaml @@ -10,13 +10,16 @@ jobs: steps: - name: 测试release触发及一些参数 run: | - echo "event: ${{ github.event }}" + echo "event: author is ${{ github.event.author }}, isLatest is ${{ github.event.release.prerelease }}" echo "event_name: ${{ github.event_name }}" echo "ref: ${{ github.ref }}" - # - name: 检出代码 - # uses: https://gitea.joylink.club/actions/checkout@v4 - # with: - # submodules: recursive + - name: 检出代码 + uses: https://gitea.joylink.club/actions/checkout@v4 + with: + submodules: recursive + - name: 查看代码分支和版本 + run: | + git branch -vv # - name: 设置java环境 # uses: https://gitea.joylink.club/actions/setup-java@v4 # with: