fix(codex): 修正編號 #6

Merged
admin merged 1 commits from develop into master 2026-06-30 01:54:06 +00:00
Showing only changes of commit 1828aba55f - Show all commits
+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