chore(CI): 簡化 Codex 輸出顯示
This commit is contained in:
@@ -40,11 +40,6 @@ jobs:
|
|||||||
needs: [test]
|
needs: [test]
|
||||||
steps:
|
steps:
|
||||||
- name: 輸出狀態
|
- name: 輸出狀態
|
||||||
env:
|
run: echo "${{ needs.test.outputs.status }}"
|
||||||
CODEX_STATUS: ${{ needs.test.outputs.status }}
|
|
||||||
run: printf 'status: %s\n' "$CODEX_STATUS"
|
|
||||||
- name: 輸出內容
|
- name: 輸出內容
|
||||||
env:
|
run: echo "${{ needs.test.outputs.output }}"
|
||||||
CODEX_OUTPUT: ${{ needs.test.outputs.output }}
|
|
||||||
run: |
|
|
||||||
printf 'output:\n%s\n' "$CODEX_OUTPUT"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user