ghakit
    Preparing search index...

    Function setOutputSync

    • Sets the value of a GitHub Actions output synchronously.

      Appends the value to the output file so it is available to subsequent steps in the workflow.

      Parameters

      • name: string

        The name of the GitHub Actions output.

      • value: string

        The value to set for the GitHub Actions output.

      Returns void