release: 將 AI 程式碼審查 action 發布到 master #2

Merged
admin merged 32 commits from develop into master 2026-07-03 10:07:51 +00:00
2 changed files with 5 additions and 0 deletions
Showing only changes of commit 11205d5b82 - Show all commits
+1
View File
@@ -22,6 +22,7 @@ jobs:
name: 2. TEST
runs-on: ubuntu
needs: [build]
if: ${{ gitea.base_ref == 'develop' }}
env:
VERSION: ${{ needs.build.outputs.version }}
steps:
+4
View File
@@ -8,12 +8,16 @@ jobs:
name: DEPLOY
runs-on: ubuntu
env:
GITEA_CONTEXT: ${{ toJSON(gitea) }}
COMMIT_SHA: ${{ gitea.event.commits[1].id }}
steps:
- name: Show Gitea Context
run: echo "$GITEA_CONTEXT" | jq .
- name: Source Code Checkout
uses: actions/checkout@${{ vars.ACTION_CHECKOUT_VERSION }}
with:
fetch-depth: 0
fetch-tags: true
- name: Get Commit Tag
id: commit
run: echo "tag=$(git describe --contains ${{ env.COMMIT_SHA }})" >> $GITEA_OUTPUT