chore(ci): 移除測試 job 的工具輸出 step
This commit is contained in:
@@ -62,8 +62,6 @@ jobs:
|
||||
oauth: ${{ secrets.ANTIGRAVITY_OAUTH }}
|
||||
# 傳入測試提示詞,要求工具回傳目前登入的 Google 帳號電子郵件,作為驗證輸出正確性的依據。
|
||||
prompt: "請告訴我目前登入的Google帳號,只要電子郵件不要其他任何資訊"
|
||||
- name: 工具輸出
|
||||
run: echo "${{ steps.antigravity.outputs.text }}"
|
||||
# 比對 Antigravity action 的輸出與預期電子郵件,不一致時讓 workflow 失敗。
|
||||
- name: 檢查輸出
|
||||
# 只有在 antigravity step 的輸出文字不等於預期 repository variable(ANTIGRAVITY_EMAIL)時才執行下方失敗指令。
|
||||
|
||||
Reference in New Issue
Block a user