You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I happened upon this project last week and have been seeing what it could look like to integrate this into a somewhat complex CI pipeline I manage. I'm hoping this action might be the push we need to reduce our CI complexity a bit or self-host our own runners. Neat project!
The issue I'm having is that when trying to run display-results, it seems as though the input fields of some steps might not be able to handle some special characters (brackets, maybe?).
Hi,
I happened upon this project last week and have been seeing what it could look like to integrate this into a somewhat complex CI pipeline I manage. I'm hoping this action might be the push we need to reduce our CI complexity a bit or self-host our own runners. Neat project!
The issue I'm having is that when trying to run
display-results
, it seems as though the input fields of some steps might not be able to handle some special characters (brackets, maybe?).Example: https://github.com/Ouranosinc/xclim/actions/runs/10255754010/job/28373433987#step:13:1
Error:
I imagine this might simply be solved by escaping more of the user input fields.
Additional Resources
The workflow file (testing branch, being actively worked on): https://github.com/Ouranosinc/xclim/blob/energy-usage/.github/workflows/main.yml
The text was updated successfully, but these errors were encountered: