Merge pull request 'fix(action entrypoint): 修正 Docker action 啟動時的 app 路徑' (#5) from develop into master
CD / Release Tag Version (push) Failing after 0s
CD / Release Tag Version (push) Failing after 0s
Reviewed-on: docker-actions/ai-code-review#5 Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
This commit was merged in pull request #5.
This commit is contained in:
@@ -4,14 +4,9 @@ on:
|
||||
branches:
|
||||
- master
|
||||
jobs:
|
||||
release-tag:
|
||||
name: Release Tag
|
||||
release-tag-version:
|
||||
name: Release Tag Version
|
||||
runs-on: ubuntu
|
||||
steps:
|
||||
- name: Release Tag
|
||||
uses: https://gitea.jsc.idv.tw/composite-actions/release-tag@${{ vars.ACTION_VERSION_CALCULATE_VERSION }}
|
||||
with:
|
||||
gitea_token: ${{ secrets.GITEA_TOKEN }}
|
||||
gitea_release: ${{ vars.ACTION_GITEA_RELEASE_VERSION }}
|
||||
version_calculate: ${{ vars.ACTION_VERSION_CALCULATE_VERSION }}
|
||||
release_cleanup: ${{ vars.ACTION_RELEASE_CLEANUP_VERSION }}
|
||||
- name: 釋出並標註成品版本
|
||||
uses: https://gitea.jsc.idv.tw/composite-actions/release-tag-version@${{ vars.ACTION_RELEASE_TAG_VERSION }}
|
||||
|
||||
@@ -4,14 +4,14 @@ on:
|
||||
branches-ignore:
|
||||
- master
|
||||
types: [opened, synchronize]
|
||||
jobs:
|
||||
ai-code-review:
|
||||
name: AI Code Review
|
||||
runs-on: ubuntu
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
issues: write
|
||||
jobs:
|
||||
ai-code-review:
|
||||
name: Code Review
|
||||
runs-on: ubuntu
|
||||
steps:
|
||||
- name: Code Review
|
||||
- name: AI 程式碼審查
|
||||
uses: https://gitea.jsc.idv.tw/composite-actions/opencode-code-review@${{ vars.ACTION_AI_CODE_REVIEW_VERSION }}
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
name: 'AI Code Review'
|
||||
description: 'AI Code Review'
|
||||
description: 'AI 程式碼審查'
|
||||
author: 'Jeffery'
|
||||
inputs:
|
||||
opencode_base_url:
|
||||
|
||||
+1
-1
@@ -3,4 +3,4 @@ set -e
|
||||
|
||||
echo "🚀 AI Code Review Action 啟動"
|
||||
|
||||
exec node /action/app/main.js
|
||||
exec node /app/main.js
|
||||
|
||||
Reference in New Issue
Block a user