We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before you open an issue
If the issue is:
pipeline: https://github.com/dotnet/samples/actions/runs/3480443578 commit: b74154f
- name: Set output run: | echo "updated-metrics=updatedMetrics" >> $GITHUB_OUTPUT echo "summary-title=title" >> $GITHUB_OUTPUT echo "summary-details=summary" >> $GITHUB_OUTPUT
can't set output, have error:
Unable to process file command 'output' successfully.
<replace>
The text was updated successfully, but these errors were encountered:
Same here, the issue is multiline output. Some more information here.
This is the problem line:
samples/github-actions/DotNet.GitHubAction/DotNet.GitHubAction/Program.cs
Line 57 in 66506ef
Sorry, something went wrong.
Closed by #6272
IEvangelist
No branches or pull requests
Before you open an issue
If the issue is:
pipeline: https://github.com/dotnet/samples/actions/runs/3480443578
commit: b74154f
- name: Set output run: | echo "updated-metrics=updatedMetrics" >> $GITHUB_OUTPUT echo "summary-title=title" >> $GITHUB_OUTPUT echo "summary-details=summary" >> $GITHUB_OUTPUT
can't set output, have error:
Unable to process file command 'output' successfully.
dotnet --info output or About VS info
<replace>
The text was updated successfully, but these errors were encountered: