We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 305469f commit 75eeed1Copy full SHA for 75eeed1
.github/workflows/ci.yml
@@ -67,6 +67,7 @@ jobs:
67
68
- name: Print Output
69
id: output
70
+ continue-on-error: true
71
run: echo "${{ steps.test-action.outputs.response }}"
72
73
test-action-prompt-file:
@@ -96,6 +97,7 @@ jobs:
96
97
GITHUB_TOKEN: ${{ github.token }}
98
99
100
101
run: |
102
echo "Response saved to: ${{ steps.test-action-prompt-file.outputs.response-file }}"
103
cat "${{ steps.test-action-prompt-file.outputs.response-file }}"
0 commit comments