Closed
Description
What is the issue?
Since the latest versions (v6.15.0 and v7.0.0), I encounter an error when running a module that returns a multi-line string.
Dagger version
dagger v0.14.0
Steps to reproduce
Here is my GitHub action step that is failing:
steps:
- name: Lint
uses: dagger/dagger-for-github@v7
with:
version: 0.14.0
module: github.com/opopops/daggerverse/helm@main
verb: call
args: |
lint \
--path chart \
--strict \
Log output

Activity
spargonaut commentedon Nov 11, 2024
I'm running into the same issue.
Dagger Version(s)
0.14.0 and 0.13.7. (I've tried both versions with the same result)
Here's my github action step
Log Output
Happy to provide more info upon request.
jedevc commentedon Nov 11, 2024
This regression was introduced in
1a00b8f
(#153) - looking into it now.Also, x-link to where this was discussed in discord: https://discord.com/channels/707636530424053791/1304748555780493312
spargonaut commentedon Nov 11, 2024
works great.
thanks for the quick fix.