Merge pull request 'fix(codex): 修正編號' (#6) from develop into master
CD / Docker Build (push) Failing after 4s
CD / Release Tag Version (push) Successful in 7s

Reviewed-on: #6
Reviewed-by: 系統管理員 <1+admin@noreply.localhost>
This commit was merged in pull request #6.
This commit is contained in:
2026-06-30 01:54:06 +00:00
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu runs-on: ubuntu
steps: steps:
- name: 取得存取庫名稱 - name: 取得存取庫名稱
if: gitea-repository id: gitea-repository
run: | run: |
name=$(echo "${{ gitea.repository }}" | cut -d '/' -f 2) name=$(echo "${{ gitea.repository }}" | cut -d '/' -f 2)
echo "name=$name" >> $GITHUB_ENV echo "name=$name" >> $GITHUB_ENV