fix(ci): correct step name from '工具書出' to '工具輸出' in CI workflow
This commit is contained in:
@@ -62,7 +62,7 @@ jobs:
|
||||
oauth: ${{ secrets.ANTIGRAVITY_OAUTH }}
|
||||
# 傳入測試提示詞,要求工具回傳目前登入的 Google 帳號電子郵件,作為驗證輸出正確性的依據。
|
||||
prompt: "請告訴我目前登入的Google帳號,只要電子郵件不要其他任何資訊"
|
||||
- name: 工具書出
|
||||
- name: 工具輸出
|
||||
run: echo "${{ steps.antigravity.outputs.text }}"
|
||||
# 比對 Antigravity action 的輸出與預期電子郵件,不一致時讓 workflow 失敗。
|
||||
- name: 檢查輸出
|
||||
|
||||
Reference in New Issue
Block a user