Skip to content

Commit 75eeed1

Browse files
committed
Cover more steps
1 parent 305469f commit 75eeed1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767

6868
- name: Print Output
6969
id: output
70+
continue-on-error: true
7071
run: echo "${{ steps.test-action.outputs.response }}"
7172

7273
test-action-prompt-file:
@@ -96,6 +97,7 @@ jobs:
9697
GITHUB_TOKEN: ${{ github.token }}
9798

9899
- name: Print Output
100+
continue-on-error: true
99101
run: |
100102
echo "Response saved to: ${{ steps.test-action-prompt-file.outputs.response-file }}"
101103
cat "${{ steps.test-action-prompt-file.outputs.response-file }}"

0 commit comments

Comments
 (0)