Describe the enhancement
Add the ability to use continue-on-error option for steps of composite actions.
Code Snippet
runs:
using: "composite"
steps:
- name: Unstable Step
uses: risky-step/risky-step@v1.0.0
continue-on-error: true
with:
output_log_location: /var/log/my_risky_build.txt
- name: Check Result
shell: bash
run:
cat /var/log/my_risky_build.txt