Sets the value of a GitHub Actions state.
Makes the state available in the current process and persists it across the pre, main, and post steps of the same action.
The name of the GitHub Actions state.
The value to set for the GitHub Actions state.
A promise that resolves when the value is successfully set.
Sets the value of a GitHub Actions state.
Makes the state available in the current process and persists it across the pre, main, and post steps of the same action.