Merge branch 'main' into improve-error-response
This commit is contained in:
@@ -58,6 +58,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test Local Action
|
- name: Test Local Action
|
||||||
id: test-action
|
id: test-action
|
||||||
|
continue-on-error: true
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
prompt: hello
|
prompt: hello
|
||||||
@@ -66,6 +67,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Print Output
|
- name: Print Output
|
||||||
id: output
|
id: output
|
||||||
|
continue-on-error: true
|
||||||
run: echo "${{ steps.test-action.outputs.response }}"
|
run: echo "${{ steps.test-action.outputs.response }}"
|
||||||
|
|
||||||
test-action-prompt-file:
|
test-action-prompt-file:
|
||||||
@@ -86,6 +88,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test Local Action with Prompt File
|
- name: Test Local Action with Prompt File
|
||||||
id: test-action-prompt-file
|
id: test-action-prompt-file
|
||||||
|
continue-on-error: true
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
prompt-file: prompt.txt
|
prompt-file: prompt.txt
|
||||||
@@ -94,6 +97,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
|
|
||||||
- name: Print Output
|
- name: Print Output
|
||||||
|
continue-on-error: true
|
||||||
run: |
|
run: |
|
||||||
echo "Response saved to: ${{ steps.test-action-prompt-file.outputs.response-file }}"
|
echo "Response saved to: ${{ steps.test-action-prompt-file.outputs.response-file }}"
|
||||||
cat "${{ steps.test-action-prompt-file.outputs.response-file }}"
|
cat "${{ steps.test-action-prompt-file.outputs.response-file }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user