ci:优化 GitHub Actions 工作流中的变量使用 #45

Merged
gewuyou merged 1 commits from dev into master 2025-05-11 15:23:38 +08:00
Owner

-将环境变量引用从 $VAR_NAME 形式更改为 ${{ env.VAR_NAME }} 形式- 修正了几个变量引用,使其与新的语法一致
-这些更改提高了工作流的可读性和可维护性

-将环境变量引用从 $VAR_NAME 形式更改为 ${{ env.VAR_NAME }} 形式- 修正了几个变量引用,使其与新的语法一致 -这些更改提高了工作流的可读性和可维护性
gewuyou added 1 commit 2025-05-11 15:23:35 +08:00
ci:优化 GitHub Actions 工作流中的变量使用
Some checks failed
CI/CD Pipeline / remote-internal-deploy (push) Has been cancelled
CI/CD Pipeline / remote-singapore-deploy (push) Has been cancelled
CI/CD Pipeline / build-and-deploy (push) Has been cancelled
9f6c246acb
-将环境变量引用从 $VAR_NAME 形式更改为 ${{ env.VAR_NAME }} 形式- 修正了几个变量引用,使其与新的语法一致
-这些更改提高了工作流的可读性和可维护性
gewuyou merged commit 9f6c246acb into master 2025-05-11 15:23:38 +08:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: JCNC/LLMX#45
No description provided.