Sets the value of a GitHub Actions output.
Appends the value to the output file so it is available to subsequent steps in the workflow.
The name of the GitHub Actions output.
The value to set for the GitHub Actions output.
A promise that resolves when the value is successfully set.
Sets the value of a GitHub Actions output.
Appends the value to the output file so it is available to subsequent steps in the workflow.