Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix flaky test detection job (#7256)
We were getting such errors in flaky-test detection job: ``` Unable to process file command 'output' successfully ``` Even though we don't seem to be writing multiple lines to $GITHUB_OUTPUT, this seems to be the right fix. https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
- Loading branch information