Function setOutputSync

  • Sets the value of a GitHub Actions output synchronously.

    Parameters

    • name: string

      The name of the GitHub Actions output.

    • value: string

      The value to set for the GitHub Actions output.

    Returns void