File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 58
58
59
59
- name : Test Local Action
60
60
id : test-action
61
+ continue-on-error : true
61
62
uses : ./
62
63
with :
63
64
prompt : hello
66
67
67
68
- name : Print Output
68
69
id : output
70
+ continue-on-error : true
69
71
run : echo "${{ steps.test-action.outputs.response }}"
70
72
71
73
test-action-prompt-file :
86
88
87
89
- name : Test Local Action with Prompt File
88
90
id : test-action-prompt-file
91
+ continue-on-error : true
89
92
uses : ./
90
93
with :
91
94
prompt-file : prompt.txt
94
97
GITHUB_TOKEN : ${{ github.token }}
95
98
96
99
- name : Print Output
100
+ continue-on-error : true
97
101
run : |
98
102
echo "Response saved to: ${{ steps.test-action-prompt-file.outputs.response-file }}"
99
103
cat "${{ steps.test-action-prompt-file.outputs.response-file }}"
You can’t perform that action at this time.
0 commit comments