Function setState

  • Sets the value of a GitHub Actions state.

    Parameters

    • name: string

      The name of the GitHub Actions state.

    • value: string

      The value to set for the GitHub Actions state.

    Returns Promise<void>

    A promise that resolves when the value is successfully set.