Skip to content

Conversation

@bmastbergen
Copy link
Collaborator

The validate-kernel-commits github action has the following errors:

Error: Process completed with exit code 1.
Error: Unable to process file command 'output' successfully.
Error: Invalid value. Matching delimiter not found ''EOF''

Switch to the multiline string format suggested in the github action documentation here:
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-commands#example-of-a-multiline-string

Sorry I missed these during the initial review process of this workflow. They were not obvious in the runner output.

The validate-kernel-commits github action has the following errors:

    Error: Process completed with exit code 1.
    Error: Unable to process file command 'output' successfully.
    Error: Invalid value. Matching delimiter not found ''EOF''

Switch to the multiline string format suggested in the github action
documentation here:
https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-commands#example-of-a-multiline-string
Copy link
Collaborator

@PlaidCat PlaidCat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am good with the keeping the EOF from the original way of the commit and not the thread.

Copy link
Collaborator

@kerneltoast kerneltoast left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to self: EOF quotes can't be used because GH actions don't seem to fully implement the shells they claim to use... or I guess the GITHUB_OUTPUT parser is something they rolled themselves that doesn't run in your specified shell.

🚢

@bmastbergen bmastbergen merged commit 3f60b4b into main Nov 7, 2025
@bmastbergen bmastbergen deleted the bmastbergen_main/validate-kernel-commits-fixup branch November 7, 2025 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants