ghakit
    Preparing search index...

    Function addPathSync

    • Adds a system path to the environment in GitHub Actions synchronously.

      Prepends the path to process.env.PATH immediately so it is available in the current process, and appends it to the path file for subsequent steps.

      Parameters

      • sysPath: string

        The system path to add to the environment.

      Returns void