Skip to content

Commit 6f15128

Browse files
litiantian257mc0201-github
authored andcommitted
docs: translate comments in homebrew.yml to English
1 parent cd87d9b commit 6f15128

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/homebrew.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -544,17 +544,17 @@ jobs:
544544
run: |
545545
echo "📁 Preparing GitHub Pages deployment from scripts directory..."
546546
547-
# 确保scripts目录存在
547+
# Ensure scripts directory exists
548548
if [ ! -d "scripts" ]; then
549549
echo "❌ scripts directory not found!"
550550
exit 1
551551
fi
552552
553-
# 显示将要部署的文件
553+
# Display files to be deployed
554554
echo "Files to be deployed:"
555555
ls -la scripts/
556556
557-
# 验证关键文件存在
557+
# Verify critical files exist
558558
if [ ! -f "scripts/windows" ]; then
559559
echo "❌ scripts/windows file not found!"
560560
exit 1
@@ -580,7 +580,7 @@ jobs:
580580
run: |
581581
echo "🎉 GitHub Pages deployment completed!"
582582
echo "📄 Site URL: ${{ steps.deployment.outputs.page_url }}"
583-
echo "🔗 Install command: powershell -Command \"irm https://litiantian123-code.github.io/agbcloud-cli/windows | iex\""
583+
echo "🔗 Install command: powershell -Command \"irm https://agbcloud.github.io/agbcloud-cli/windows | iex\""
584584
585585
- name: Validate Official Formula
586586
run: |

0 commit comments

Comments
 (0)